From af726e3d9d91e2ed942175085e5defaa2296fc44 Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Wed, 18 May 2011 14:35:32 -0700 Subject: [opcodes,pk,sim] add more vector traps (for #banks, illegal instructions) --- parse-opcodes | 4 ++-- 1 file 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 '}' -- cgit v1.2.3