X86: Remove reserved* from the m5 utility program for x86.
This commit is contained in:
parent
6a00519e73
commit
cb3674cd27
1 changed files with 0 additions and 5 deletions
|
@ -59,8 +59,3 @@ TWO_BYTE_OP(m5_debugbreak, debugbreak_func)
|
||||||
TWO_BYTE_OP(m5_switchcpu, switchcpu_func)
|
TWO_BYTE_OP(m5_switchcpu, switchcpu_func)
|
||||||
TWO_BYTE_OP(m5_addsymbol, addsymbol_func)
|
TWO_BYTE_OP(m5_addsymbol, addsymbol_func)
|
||||||
TWO_BYTE_OP(m5_panic, panic_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)
|
|
||||||
|
|
Loading…
Reference in a new issue