mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
target/aarch64: Use 'bool' data type
Change-Id: Ibfe4413b88ed0759a556a8777dac40f0c2c64922 Signed-off-by: Marc Schink <openocd-dev@marcschink.de> Reviewed-on: http://openocd.zylin.com/4957 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
@@ -601,8 +601,8 @@ static int aarch64_restore_one(struct target *target, int current,
|
||||
}
|
||||
LOG_DEBUG("resume pc = 0x%016" PRIx64, resume_pc);
|
||||
buf_set_u64(arm->pc->value, 0, 64, resume_pc);
|
||||
arm->pc->dirty = 1;
|
||||
arm->pc->valid = 1;
|
||||
arm->pc->dirty = true;
|
||||
arm->pc->valid = true;
|
||||
|
||||
/* called it now before restoring context because it uses cpu
|
||||
* register r0 for restoring system control register */
|
||||
|
||||
Reference in New Issue
Block a user