|
@@ -122,6 +122,7 @@ type
|
|
|
procedure TestCallingConventionSysV_ABI_CDec;
|
|
|
procedure TestCallingConventionSysV_ABI_Default;
|
|
|
procedure TestCallingConventionVectorCall;
|
|
|
+ procedure TestCallingConventionSysCall;
|
|
|
Procedure TestProcedurePublic;
|
|
|
Procedure TestProcedurePublicIdent;
|
|
|
Procedure TestFunctionPublic;
|
|
@@ -812,6 +813,12 @@ begin
|
|
|
AssertProc([],[],ccVectorCall,0);
|
|
|
end;
|
|
|
|
|
|
+procedure TTestProcedureFunction.TestCallingConventionSysCall;
|
|
|
+begin
|
|
|
+ ParseProcedure('; syscall abc');
|
|
|
+ AssertProc([],[],ccSysCall,0);
|
|
|
+end;
|
|
|
+
|
|
|
procedure TTestProcedureFunction.TestCallingConventionHardFloat;
|
|
|
begin
|
|
|
ParseProcedure('; HardFloat');
|