Save 4 bytes as we are space constrained on N3DS

This commit is contained in:
Aurora 2016-09-02 15:40:28 +02:00
parent c93a97f8d7
commit eba56d0f64
2 changed files with 1 additions and 2 deletions

View File

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

View File

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