mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-29 16:11:31 +00:00
Fix #if macros for idx64 and id386
This commit is contained in:
parent
a5035841d2
commit
a447aa82af
6 changed files with 53 additions and 47 deletions
|
@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
|
||||
#include "../qcommon/q_platform.h"
|
||||
|
||||
#ifdef idx64
|
||||
#if idx64
|
||||
#define EAX "%%rax"
|
||||
#define EBX "%%rbx"
|
||||
#define ESP "%%rsp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue