mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 11:51:17 +00:00
Arm x86 assembly with #if id386
This commit is contained in:
parent
d5be43dd1b
commit
fce145168c
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
#include "quakeasm.h"
|
#include "quakeasm.h"
|
||||||
#include "asm_draw.h"
|
#include "asm_draw.h"
|
||||||
|
|
||||||
|
#if id386
|
||||||
.data
|
.data
|
||||||
|
|
||||||
LCopyWidth: .long 0
|
LCopyWidth: .long 0
|
||||||
|
@ -147,3 +148,4 @@ LLRowLoop:
|
||||||
|
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
#endif /* id386 */
|
||||||
|
|
Loading…
Reference in a new issue