x86, util: add m5_writefile to m5op_x86.S
Committed by: Nilay Vaish
This commit is contained in:
parent
8cd475d58e
commit
bb4f6562ae
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ TWO_BYTE_OP(m5_dump_stats, dumpstats_func)
|
|||
TWO_BYTE_OP(m5_dumpreset_stats, dumprststats_func)
|
||||
TWO_BYTE_OP(m5_checkpoint, ckpt_func)
|
||||
TWO_BYTE_OP(m5_readfile, readfile_func)
|
||||
TWO_BYTE_OP(m5_writefile, writefile_func)
|
||||
TWO_BYTE_OP(m5_debugbreak, debugbreak_func)
|
||||
TWO_BYTE_OP(m5_switchcpu, switchcpu_func)
|
||||
TWO_BYTE_OP(m5_addsymbol, addsymbol_func)
|
||||
|
|
Loading…
Reference in a new issue