Skip to content

Commit

Permalink
hw/core: tcg-cpu-ops.h: Update comments of debug_check_watchpoint()
Browse files Browse the repository at this point in the history
This is now used by RISC-V as well. Update the comments.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20220421003324.1134983-7-bmeng.cn@gmail.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
  • Loading branch information
lbmeng authored and alistair23 committed Apr 22, 2022
1 parent c9711bd commit 013577d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/hw/core/tcg-cpu-ops.h
Expand Up @@ -90,6 +90,7 @@ struct TCGCPUOps {
/**
* @debug_check_watchpoint: return true if the architectural
* watchpoint whose address has matched should really fire, used by ARM
* and RISC-V
*/
bool (*debug_check_watchpoint)(CPUState *cpu, CPUWatchpoint *wp);

Expand Down

0 comments on commit 013577d

Please sign in to comment.