mirror of
https://github.com/corda/corda.git
synced 2025-02-27 19:46:38 +00:00
Reverted the assembly, since the Mac didn't support this anyway
This commit is contained in:
parent
c9332e4615
commit
e5c8cb4e41
@ -1,10 +1,10 @@
|
|||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.globl _cdeclCall
|
.globl cdeclCall
|
||||||
//.type cdeclCall, @function
|
//.type cdeclCall, @function
|
||||||
|
|
||||||
_cdeclCall:
|
cdeclCall:
|
||||||
pushl %ebp
|
pushl %ebp
|
||||||
movl %esp,%ebp
|
movl %esp,%ebp
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user