Revert "Save 4 bytes as we are space constrained on N3DS"

This reverts commit eba56d0f64.
This commit is contained in:
Aurora 2016-09-08 23:17:54 +02:00
parent 29dcfca608
commit 64c81aa5f8
2 changed files with 2 additions and 1 deletions

View File

@ -16,4 +16,4 @@ typedef struct __attribute__((packed))
u32 config; u32 config;
} CFWInfo; } CFWInfo;
void svcGetCFWInfo(CFWInfo *info); int svcGetCFWInfo(CFWInfo *info);

View File

@ -34,6 +34,7 @@
cmp r0, r2 cmp r0, r2
blo loop blo loop
mov r0, #0
bx lr bx lr
.pool .pool