mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-16 19:58:46 +00:00
Fixed SM
This commit is contained in:
parent
4d56ccc068
commit
ac02ff3b8d
2 changed files with 2 additions and 2 deletions
|
|
@ -299,7 +299,7 @@ let rec eval env (((cstack, stack, glob, loc, i, o) as conf) : config) = functio
|
|||
Printf.eprintf "end\n";
|
||||
*)
|
||||
(match insn with
|
||||
| PUBLIC _ | EXTERN _ | LINE _ -> eval env conf prg'
|
||||
| IMPORT _ | PUBLIC _ | EXTERN _ | LINE _ -> eval env conf prg'
|
||||
|
||||
| BINOP "==" -> let y::x::stack' = stack in
|
||||
let z =
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
let version = "Version 1.10, c90a73c10, Tue Sep 28 10:39:02 2021 +0300"
|
||||
let version = "Version 1.10, 4d56ccc06, Sun Oct 3 17:10:21 2021 +0300"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue