mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
fastcc -> fastcall
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34746 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
663e711dc2
commit
08553f9a33
@ -2,6 +2,6 @@
|
||||
|
||||
; Check that a fastcc function pops its stack variables before returning.
|
||||
|
||||
fastcc void %func(long %X, long %Y, float %G, double %Z) {
|
||||
cc65 void %func(long %X, long %Y, float %G, double %Z) {
|
||||
ret void
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user