diff options
Diffstat (limited to 'target-cris/helper.h')
-rw-r--r-- | target-cris/helper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-cris/helper.h b/target-cris/helper.h index 0b383b25a4..ff3595641a 100644 --- a/target-cris/helper.h +++ b/target-cris/helper.h @@ -1,7 +1,6 @@ DEF_HELPER_2(raise_exception, void, env, i32) DEF_HELPER_2(tlb_flush_pid, void, env, i32) DEF_HELPER_2(spc_write, void, env, i32) -DEF_HELPER_3(dump, void, i32, i32, i32) DEF_HELPER_1(rfe, void, env) DEF_HELPER_1(rfn, void, env) |