From 56fd0994ae3a2f1b327ebac45f5927f7656d68a4 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 16 Apr 2024 15:58:46 +0200 Subject: Compiler: Improve codegen on PowerPC and fix ppc/x64/64k assemblers. Signed-off-by: Amlal El Mahrouss --- Examples/ExampleCDialect.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Examples/ExampleCDialect.c') diff --git a/Examples/ExampleCDialect.c b/Examples/ExampleCDialect.c index 899062c..8c65bf0 100644 --- a/Examples/ExampleCDialect.c +++ b/Examples/ExampleCDialect.c @@ -1,4 +1,10 @@ -int main(int argc, char const* argv[]) { +struct { + int a; + int b; + int c; +}; + +int __ImageStart(int argc, char const* argv[]) { int* foo = 0x1000; if (foo == 57) { -- cgit v1.2.3