Updates for 386 OS X, add native OS X graphics from Paul Lalonde

This commit is contained in:
Russ Cox
2007-01-09 22:17:21 +00:00
parent 416371c2d3
commit c50e30b59e
16 changed files with 1020 additions and 11 deletions

View File

@@ -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