diff -r a75564db03c3 -r 3b7b60f4dd12 util/m5/m5op_x86.S --- a/util/m5/m5op_x86.S Wed Jul 21 09:55:57 2010 -0700 +++ b/util/m5/m5op_x86.S Mon Aug 09 10:18:05 2010 -0700 @@ -59,7 +59,6 @@ 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)