diff options
author | /dev/humancontroller <devhc@example.com> | 2015-03-23 20:16:11 -0500 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2015-06-07 12:03:36 +0100 |
commit | c3456c9e5eca93fbdcce6494aa9759c481e6a1ea (patch) | |
tree | 51678310dc6ac475adf2e6246a369786a026f133 /src/opus-1.1/celt/celt_decoder.c | |
parent | a6507173e482bf939fec0cb766c2fa4ae2df0ba5 (diff) |
Fix return values in nested system calls from QVMs
When the engine is compiled with Clang it appears that the return value
is being written to the WRONG address, either due to the vm_ variables being
changed (unexpectedly) elsewhere, or as a result of bad assembly assumptions;
having a stack variable pointing to where to write the return value seems
to do the trick.
This fixes the case where, for a trap_Register()-like call, weird numbers
are being returned when, during the process, an error message is printed
(which in Tremulous results in a QVM call and (nested) system call).
Diffstat (limited to 'src/opus-1.1/celt/celt_decoder.c')
0 files changed, 0 insertions, 0 deletions