mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Don't add stdcall decorations to amd64 syscalls.
svn path=/branches/ros-amd64-bringup/; revision=35650
This commit is contained in:
@@ -140,7 +140,7 @@ struct ncitool_data_t ncitool_data[] = {
|
||||
{ "i386", 4, KernelModeStub_x86, UserModeStub_x86,
|
||||
".global _%s@%d\n", "_%s@%d:\n" },
|
||||
{ "amd64", 4, KernelModeStub_amd64, UserModeStub_amd64,
|
||||
".global _%s@%d\n", "_%s@%d:\n" },
|
||||
".global _%s\n", "_%s:\n" },
|
||||
{ "powerpc", 4, KernelModeStub_ppc, UserModeStub_ppc,
|
||||
"\t.globl %s\n", "%s:\n" },
|
||||
{ "mips", 4, KernelModeStub_mips, UserModeStub_mips,
|
||||
|
||||
Reference in New Issue
Block a user