3DS: Remove now unnecessary asm -> __asm__ defines

ctrulib has already fixed their header file.
This commit is contained in:
Yuri Kunde Schlesner 2015-09-15 23:14:54 -03:00
parent 590d23ea8a
commit c939d363a3
2 changed files with 0 additions and 4 deletions

View File

@ -5,8 +5,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "util/memory.h"
#define asm __asm__
#include <3ds.h>
void* anonymousMemoryMap(size_t size) {

View File

@ -8,8 +8,6 @@
#include "util/vfs.h"
#define asm __asm__
#include <3ds.h>
extern FS_archive sdmcArchive;