nyx: Release the shackles

This commit is contained in:
Kostas Missos
2019-12-07 20:16:38 +02:00
parent edc2b12f0f
commit 48c15a8fde
23 changed files with 1 additions and 117 deletions

View File

@@ -34,10 +34,6 @@
#define MERGE2(a, b) a ## b
#define CVTBL(tbl, cp) MERGE2(tbl, cp)
#pragma GCC push_options
#pragma GCC target ("thumb")
/*------------------------------------------------------------------------*/
/* Code Conversion Tables */
/*------------------------------------------------------------------------*/
@@ -626,7 +622,4 @@ DWORD ff_wtoupper ( /* Returns up-converted code point */
return uni;
}
#pragma GCC pop_options
#endif /* #if FF_USE_LFN */