Skip to content

Commit

Permalink
make FASTCALL getcookie() public
Browse files Browse the repository at this point in the history
  • Loading branch information
mfro0 committed Apr 13, 2019
1 parent e7b8495 commit 67e3c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/getcookie.S
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.extern ___has_no_ssystem | int __has_no_ssystem;
.extern _get_sysvar | long __CDECL get_sysvar(void *var);

//.globl _getcookie | getcookie() available to libcflib
.globl _getcookie | getcookie() available to libcflib
.globl _Getcookie
_Getcookie:
#ifndef __FASTCALL__
Expand Down

0 comments on commit 67e3c67

Please sign in to comment.