mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
this doesn't depend on the gcc early inliner anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61982 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
069c59c7d1
commit
d62fc8817c
@ -61,7 +61,7 @@ typedef union _Key {
|
||||
unsigned long long lkey;
|
||||
} Key;
|
||||
|
||||
static /*inline __attribute__ ((always_inline))*/ void foo(const Key iospec, int* ret)
|
||||
static void foo(const Key iospec, int* ret)
|
||||
{
|
||||
*ret=0;
|
||||
if(((iospec.key_io.lod == G_B) &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user