OSDN Git Service

* interp.c (options enum): Add OPTION_INFO_MEMORY.
authornickc <nickc>
Tue, 4 Sep 2007 14:33:18 +0000 (14:33 +0000)
committernickc <nickc>
Tue, 4 Sep 2007 14:33:18 +0000 (14:33 +0000)
commit58d5c4e2219579453ca454439fd07ce705d1951b
tree881a3323d35301b95779e80c12b3603685008903
parent7a3e851693b66bd956113b93ccc8d2d4974bc205
* interp.c (options enum): Add OPTION_INFO_MEMORY.
  (display_mem_info): New static variable.
  (mips_option_handler): Handle OPTION_INFO_MEMORY.
  (mips_options): Add info-memory and memory-info.
  (sim_open): After processing the command line and board specification, check display_mem_info.
  If it is set then call the real handler for the --memory-info command line switch.
sim/mips/ChangeLog
sim/mips/interp.c