Updates for 386 OS X, add native OS X graphics from Paul Lalonde
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
#define S43 15
|
||||
#define S44 21
|
||||
|
||||
#define PAYME(x) $ ## x
|
||||
#define PAYME(x) $##x
|
||||
|
||||
/*
|
||||
* SI is data
|
||||
@@ -116,9 +116,13 @@
|
||||
.text
|
||||
|
||||
.p2align 2,0x90
|
||||
#ifdef __Darwin__
|
||||
.globl __md5block
|
||||
__md5block:
|
||||
#else
|
||||
.globl _md5block
|
||||
.type _md5block, @function
|
||||
_md5block:
|
||||
#endif
|
||||
|
||||
/* Prelude */
|
||||
pushl %ebp
|
||||
|
Reference in New Issue
Block a user