summaryrefslogtreecommitdiffstats
path: root/apps/plugins/sdl/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sdl/main.c')
-rw-r--r--apps/plugins/sdl/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sdl/main.c b/apps/plugins/sdl/main.c
index 4ae640356d..72ef841900 100644
--- a/apps/plugins/sdl/main.c
+++ b/apps/plugins/sdl/main.c
@@ -176,7 +176,7 @@ enum plugin_status plugin_start(const void *param)
#if defined(CPU_ARM) && !defined(SIMULATOR) && (ARM_ARCH >= 5)
/* (don't) set alignment trap. Will generate a data abort
* exception on ARM. */
- set_cr(get_cr() | CR_A);
+// set_cr(get_cr() | CR_A);
#endif
#if 0