notaz.gp2x.de
/
ia32rtools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
translate: more float stuff
[ia32rtools.git]
/
tests
/
reg_call2.expect.c
1
int __fastcall sub_test(int a1, int a2)
2
{
3
u32 ecx = (u32)a1;
4
// edx = a2; // unused
5
u32 eax;
6
7
eax = fastcall_func(ecx);
8
ecx++;
9
return eax;
10
}
11