mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:38:14 +02:00
* fix test for non-x86 platforms
This commit is contained in:
parent
437faaab12
commit
d43d581507
@ -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))
|
||||
])
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user