This commit is contained in:
Andreas Rumpf
2016-10-20 23:02:26 +02:00
parent 13b68a12d3
commit db6b2bf1c7

View File

@@ -34,7 +34,7 @@ when defined(amd64):
Reg* {.pure.} = enum
AX, BX, CX, DX, SI, DI, BP, SP, IP, R8, R9, R10, R11, R12, R13, R14, R15, TOTAL
elif defined(i386):
elif defined(i386) or defined(nimdoc):
# identical fastcall calling convention on all x86 OS
type
JmpBufReg* {.pure.} = enum