570342be45
ZSNES is a complete, featureful and highly optimized Super Nintendo emulator written mostly in x86 assembler. It requires a CPU which understands MMX instructions.
13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
$OpenBSD: patch-src_macros_mac,v 1.1.1.1 2002/03/04 00:58:00 naddy Exp $
|
|
--- src/macros.mac.orig Tue Apr 24 14:10:32 2001
|
|
+++ src/macros.mac Fri Jan 25 09:04:25 2002
|
|
@@ -20,7 +20,7 @@ bits 32
|
|
section .text
|
|
; Zsnes required macros
|
|
|
|
-%ifdef __LINUX__
|
|
+%ifdef ELF
|
|
%imacro newsym 1
|
|
GLOBAL %1
|
|
%1:
|