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

@@ -19,9 +19,6 @@
#include "elfload.h"
#pragma GCC push_options
#pragma GCC target ("thumb")
el_status el_pread(el_ctx *ctx, void *def, size_t nb, size_t offset)
{
return ctx->pread(ctx, def, nb, offset) ? EL_OK : EL_EIO;
@@ -325,5 +322,3 @@ el_status el_relocate(el_ctx *ctx)
return rv;
}
#pragma GCC pop_options