Skip to content

Commit

Permalink
Revert "Enforce little-endian operation"
Browse files Browse the repository at this point in the history
This reverts commit 2656634.
  • Loading branch information
abarisani committed Dec 6, 2021
1 parent 786e271 commit b2965a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/runtime/rt0_tamago_arm.s
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
#include "textflag.h"

TEXT _rt0_arm_tamago(SB),NOSPLIT,$0
// Enforce little-endian operation
WORD $0xf1010000 // setend le

// Detect HYP mode and switch to SVC if necessary
WORD $0xe10f0000 // mrs r0, CPSR
AND $0x1f, R0, R0 // get processor mode
Expand Down

0 comments on commit b2965a1

Please sign in to comment.