changeset 58310 | 91ea607a34d8 |
parent 58249 | 180f1b3508ed |
child 58886 | 8a6cac7c7247 |
--- a/src/HOL/MicroJava/JVM/JVMInstructions.thy Thu Sep 11 19:26:59 2014 +0200 +++ b/src/HOL/MicroJava/JVM/JVMInstructions.thy Thu Sep 11 19:32:36 2014 +0200 @@ -8,7 +8,7 @@ theory JVMInstructions imports JVMState begin -datatype_new +datatype instr = Load nat -- "load from local variable" | Store nat -- "store into local variable" | LitPush val -- "push a literal (constant)"