|
@@ -123,6 +123,7 @@ type
|
|
|
procedure TestCallingConventionSysV_ABI_Default;
|
|
|
procedure TestCallingConventionVectorCall;
|
|
|
procedure TestCallingConventionSysCall;
|
|
|
+ procedure TestCallingConventionSysCallExecbase;
|
|
|
Procedure TestProcedurePublic;
|
|
|
Procedure TestProcedurePublicIdent;
|
|
|
Procedure TestFunctionPublic;
|
|
@@ -819,6 +820,12 @@ begin
|
|
|
AssertProc([],[],ccSysCall,0);
|
|
|
end;
|
|
|
|
|
|
+procedure TTestProcedureFunction.TestCallingConventionSysCallExecbase;
|
|
|
+begin
|
|
|
+ ParseProcedure('; syscall _execBase 123');
|
|
|
+ AssertProc([],[],ccSysCall,0);
|
|
|
+end;
|
|
|
+
|
|
|
procedure TTestProcedureFunction.TestCallingConventionHardFloat;
|
|
|
begin
|
|
|
ParseProcedure('; HardFloat');
|