qzdoom/src/zscript
Randy Heit 9b81e0e597 16-byte align frames on the VMFrameStack
- Fixed: Don't assume operator new will return a pointer with 16-byte
  alignment when allocating a block for the VMFrameStack. Because it seems
  it's actually guaranteed to be 8-byte aligned. Don't know where I got
  the idea it would always be 16-byte aligned.
2015-01-10 23:00:45 -06:00
..
ast.cpp
vm.h 16-byte align frames on the VMFrameStack 2015-01-10 23:00:45 -06:00
vmbuilder.cpp
vmbuilder.h Add FxVMFunctionCall class 2014-12-30 23:31:07 -06:00
vmdisasm.cpp
vmexec.cpp
vmexec.h
vmframe.cpp 16-byte align frames on the VMFrameStack 2015-01-10 23:00:45 -06:00
vmops.h Add VM opcodes NOP, LANG, and SANG 2013-08-23 21:46:40 -05:00
zcc-parse.lemon
zcc_compile.cpp
zcc_compile.h
zcc_errors.h
zcc_expr.cpp
zcc_exprlist.h
zcc_parser.cpp
zcc_parser.h