sdl: disable alignment trap
Apparently causing issues on some devices. Change-Id: I6adb65513bf65c559a0fa8980e693f1e5324d4ad
This commit is contained in:
parent
05a40ab07c
commit
f8cd15e226
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ enum plugin_status plugin_start(const void *param)
|
||||||
#if defined(CPU_ARM) && !defined(SIMULATOR) && (ARM_ARCH >= 5)
|
#if defined(CPU_ARM) && !defined(SIMULATOR) && (ARM_ARCH >= 5)
|
||||||
/* (don't) set alignment trap. Will generate a data abort
|
/* (don't) set alignment trap. Will generate a data abort
|
||||||
* exception on ARM. */
|
* exception on ARM. */
|
||||||
set_cr(get_cr() | CR_A);
|
// set_cr(get_cr() | CR_A);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
|
Loading…
Reference in a new issue