-
- Downloads
py: Fix bug with LOAD_METHOD; fix int->machine_int_t for small int.
LOAD_METHOD bug was: emitbc did not correctly calculate the amount of stack usage for a LOAD_METHOD operation. small int bug was: int was being used to pass small ints, when it should have been machine_int_t.
Showing
- py/compile.c 3 additions, 2 deletionspy/compile.c
- py/emit.h 1 addition, 1 deletionpy/emit.h
- py/emitbc.c 4 additions, 4 deletionspy/emitbc.c
- py/emitcpy.c 2 additions, 2 deletionspy/emitcpy.c
- py/emitnative.c 1 addition, 1 deletionpy/emitnative.c
- py/parse.c 3 additions, 3 deletionspy/parse.c
- py/runtime.c 1 addition, 1 deletionpy/runtime.c
- py/showbc.c 3 additions, 5 deletionspy/showbc.c
- py/vm.c 1 addition, 4 deletionspy/vm.c
Loading
Please register or sign in to comment