summaryrefslogtreecommitdiff
path: root/cffi/cffi_opcode.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-11-13 15:34:40 +0100
committerArmin Rigo <arigo@tunes.org>2015-11-13 15:34:40 +0100
commit2eb8e49216766fa09da37e7500908b4ac30440a5 (patch)
tree79e719ea4bc4b37e16e77cb803ad4d145c916cb2 /cffi/cffi_opcode.py
parentbeda97da0fef567b2aa2dea22299352750c109ae (diff)
downloadcffi-2eb8e49216766fa09da37e7500908b4ac30440a5.tar.gz
tweak tweak tweak until we can at least read the function pointer out of
the 'lib' object
Diffstat (limited to 'cffi/cffi_opcode.py')
-rw-r--r--cffi/cffi_opcode.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cffi/cffi_opcode.py b/cffi/cffi_opcode.py
index 0da15a5..f3e964e 100644
--- a/cffi/cffi_opcode.py
+++ b/cffi/cffi_opcode.py
@@ -54,6 +54,7 @@ OP_GLOBAL_VAR = 33
OP_DLOPEN_FUNC = 35
OP_DLOPEN_CONST = 37
OP_GLOBAL_VAR_F = 39
+OP_CALL_PYTHON = 41
PRIM_VOID = 0
PRIM_BOOL = 1