diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2010-11-22 05:47:54 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2010-11-22 05:47:54 -0500 |
commit | cb3674cd27e0adbf571052afea6a2dc3b22b7f76 (patch) | |
tree | 77fa610edf7740e75f502ee10fa28092108c2fba /util | |
parent | 6a00519e733733a4c20da768d9a07a458c8c0970 (diff) | |
download | gem5-cb3674cd27e0adbf571052afea6a2dc3b22b7f76.tar.xz |
X86: Remove reserved* from the m5 utility program for x86.
Diffstat (limited to 'util')
-rw-r--r-- | util/m5/m5op_x86.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/util/m5/m5op_x86.S b/util/m5/m5op_x86.S index e85051d98..91e07a1f1 100644 --- a/util/m5/m5op_x86.S +++ b/util/m5/m5op_x86.S @@ -59,8 +59,3 @@ TWO_BYTE_OP(m5_debugbreak, debugbreak_func) TWO_BYTE_OP(m5_switchcpu, switchcpu_func) TWO_BYTE_OP(m5_addsymbol, addsymbol_func) TWO_BYTE_OP(m5_panic, panic_func) -TWO_BYTE_OP(m5_reserved1_func, reserved1_func) -TWO_BYTE_OP(m5_reserved2_func, reserved2_func) -TWO_BYTE_OP(m5_reserved3_func, reserved3_func) -TWO_BYTE_OP(m5_reserved4_func, reserved4_func) -TWO_BYTE_OP(m5_reserved5_func, reserved5_func) |