Set DebuggerDriver.c to unmatching as we still have to figure out the inling issue
This commit is contained in:
parent
bedf7ba7b5
commit
f84b74b7ff
2 changed files with 3 additions and 3 deletions
|
|
@ -242,7 +242,7 @@ cflags_trk = [
|
||||||
|
|
||||||
cflags_odemuexi = [
|
cflags_odemuexi = [
|
||||||
*cflags_base,
|
*cflags_base,
|
||||||
"-inline auto,deferred",
|
# TODO figure out flags
|
||||||
]
|
]
|
||||||
|
|
||||||
cflags_amcstub = [
|
cflags_amcstub = [
|
||||||
|
|
@ -764,7 +764,7 @@ config.libs = [
|
||||||
"cflags": cflags_odemuexi,
|
"cflags": cflags_odemuexi,
|
||||||
"host": False,
|
"host": False,
|
||||||
"objects": [
|
"objects": [
|
||||||
Object(Matching, "OdemuExi2/DebuggerDriver.c"),
|
Object(NonMatching, "OdemuExi2/DebuggerDriver.c"),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ static u8 SendCount = 0x80;
|
||||||
#define IS_FALSE(x) !IS_TRUE(x)
|
#define IS_FALSE(x) !IS_TRUE(x)
|
||||||
#define ROUND_UP(x, align) (((x) + (align)-1) & (-(align)))
|
#define ROUND_UP(x, align) (((x) + (align)-1) & (-(align)))
|
||||||
|
|
||||||
// TODO this matches, but there are probably no inline flags used, so the order of functions would be different that way
|
// TODO
|
||||||
|
|
||||||
void DBGEXIInit()
|
void DBGEXIInit()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue