summaryrefslogtreecommitdiff
path: root/parse-opcodes
diff options
context:
space:
mode:
Diffstat (limited to 'parse-opcodes')
-rwxr-xr-xparse-opcodes4
1 files changed, 2 insertions, 2 deletions
diff --git a/parse-opcodes b/parse-opcodes
index 4ebc638..5a34318 100755
--- a/parse-opcodes
+++ b/parse-opcodes
@@ -122,12 +122,12 @@ def make_switch(match,mask):
print ' #include "insns/%s.h"' % name2
print ' break;'
print ' }'
- print ' throw trap_illegal_instruction;'
+ print ' throw_illegal_instruction;'
print ' break;'
print ' }'
print ' default:'
print ' {'
- print ' throw trap_illegal_instruction;'
+ print ' throw_illegal_instruction;'
print ' }'
print '}'