* fix test for non-x86 platforms

This commit is contained in:
florian 2024-09-01 21:19:05 +01:00
parent 437faaab12
commit d43d581507

View File

@ -184,7 +184,7 @@ begin
Writeln('Testing interface ITestRaw');
{ raw interfaces don't support $M+ currently }
TestInterface(GetTypeData(TypeInfo(ITestRaw)), True, 'Test',1, [
MakeMethod('Test', ccReg, mkFunction, TypeInfo(LongInt), [
MakeMethod('Test', DefaultCallingConvention, mkFunction, TypeInfo(LongInt), [
MakeParam('$self', [pfHidden, pfSelf, pfAddress], TypeInfo(ITestRaw))
])
]);