summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/asm.h')
-rw-r--r--include/asm-mips/asm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-mips/asm.h b/include/asm-mips/asm.h
index 20dd39cb6..cd4dcf284 100644
--- a/include/asm-mips/asm.h
+++ b/include/asm-mips/asm.h
@@ -118,7 +118,7 @@ symbol = value
#define TEXT(msg) \
.data; \
8: .asciiz msg; \
- .text;
+ .previous;
/*
* Build text tables
@@ -126,9 +126,10 @@ symbol = value
#define TTABLE(string) \
.text; \
.word 1f; \
+ .previous; \
.data; \
1: .asciz string; \
- .text
+ .previous
/*
* MIPS IV pref instruction.