mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2026-06-13 04:29:29 +00:00
Implement periodt variant of instructions.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
int add(int a, int b)
|
||||
{
|
||||
int c = a + b;
|
||||
return c == 0 ? 50000 : c;
|
||||
}
|
||||
|
||||
extern "C" int _start()
|
||||
{
|
||||
return add(1, 2);
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user