* interp.c (sim_resume): Add missing case in big switch

statement (for extb instruction).
This commit is contained in:
Jeff Law 1997-05-22 05:28:34 +00:00
parent 1fa0cc2dfc
commit 09e142d5a2
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Wed May 21 23:27:58 1997 Jeffrey A Law (law@cygnus.com)
* interp.c (sim_resume): Add missing case in big switch
statement (for extb instruction).
Tue May 20 17:51:30 1997 Jeffrey A Law (law@cygnus.com)
* interp.c: Replace all references to load_mem and store_mem

View File

@ -425,6 +425,7 @@ sim_resume (sd, step, siggnal)
case 0x04:
case 0x08:
case 0x0c:
case 0x10:
case 0x11:
case 0x12:
case 0x13: