diff options
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/sdl/main.c | 2 |
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) | |||
176 | #if defined(CPU_ARM) && !defined(SIMULATOR) && (ARM_ARCH >= 5) | 176 | #if defined(CPU_ARM) && !defined(SIMULATOR) && (ARM_ARCH >= 5) |
177 | /* (don't) set alignment trap. Will generate a data abort | 177 | /* (don't) set alignment trap. Will generate a data abort |
178 | * exception on ARM. */ | 178 | * exception on ARM. */ |
179 | set_cr(get_cr() | CR_A); | 179 | // set_cr(get_cr() | CR_A); |
180 | #endif | 180 | #endif |
181 | 181 | ||
182 | #if 0 | 182 | #if 0 |