Skip to content
Snippets Groups Projects
Commit 597ec356 authored by oharboe's avatar oharboe
Browse files

in_handler removal typo fixed

git-svn-id: svn://svn.berlios.de/openocd/trunk@1654 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 8f41f7c7
No related branches found
No related tags found
No related merge requests found
......@@ -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_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment