in_handler removal typo fixed

git-svn-id: svn://svn.berlios.de/openocd/trunk@1654 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
oharboe 2009-05-07 22:55:28 +00:00
parent 8f41f7c7d5
commit 597ec356e3
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ int arm966e_read_cp15(target_t *target, int reg_addr, u32 *value)
jtag_add_dr_scan_now(3, fields, TAP_INVALID);
*value=flip_u32(le_to_h_u32(tmp), 32);
*value=le_to_h_u32(tmp);
#ifdef _DEBUG_INSTRUCTION_EXECUTION_