diff options
| author | 2023-02-09 20:42:36 +0000 | |
|---|---|---|
| committer | 2023-02-09 20:42:36 +0000 | |
| commit | 98bf49d93172997649abe12707e797679ff9fbbb (patch) | |
| tree | e5e1c87cfd6771fc489f217cba757f8ce857ac37 /asm/ffi.py | |
| parent | change instructions to be an enum (diff) | |
test pop
Diffstat (limited to 'asm/ffi.py')
| -rw-r--r-- | asm/ffi.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ class CEnv(Structure): ("prglen", c_size_t) ] -class ExecutionEnvironment: +class Environment: def __init__(self, reglen=32, lablen=32, stklen=4096, prglen=4096): cenv = CEnv() cenv.reglen = reglen |
