Skip to content
Snippets Groups Projects
Commit 4685d4e9 authored by Paul Burton's avatar Paul Burton Committed by Daniel Schwierzeck
Browse files

malta: Remove ".set mips32" directive


We always build for a mips32 or higher ISA, so this ".set mips32"
directive is redundant. Once MIPSr6 support is added it will become
harmful since some instruction encodings change & this directive will
cause the older encodings to be incorrectly emitted instead of the
appropriate ones for the build.

In preparation for supporting MIPSr6, remove this redundant directive.

Signed-off-by: default avatarPaul Burton <paul.burton@imgtec.com>
parent c52ebea1
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,6 @@
.text
.set noreorder
.set mips32
.globl lowlevel_init
lowlevel_init:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment