aboutsummaryrefslogtreecommitdiffstats
path: root/asm/ffi.py
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2023-02-09 20:42:36 +0000
committerGravatar Peter McGoron 2023-02-09 20:42:36 +0000
commit98bf49d93172997649abe12707e797679ff9fbbb (patch)
treee5e1c87cfd6771fc489f217cba757f8ce857ac37 /asm/ffi.py
parentchange instructions to be an enum (diff)
test pop
Diffstat (limited to 'asm/ffi.py')
-rw-r--r--asm/ffi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/ffi.py b/asm/ffi.py
index cb30ce9..39d9800 100644
--- a/asm/ffi.py
+++ b/asm/ffi.py
@@ -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