summaryrefslogtreecommitdiff
path: root/utils/va
diff options
context:
space:
mode:
Diffstat (limited to 'utils/va')
-rw-r--r--utils/va/lex.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/va/lex.c b/utils/va/lex.c
index fee14c2f..83b3fb9e 100644
--- a/utils/va/lex.c
+++ b/utils/va/lex.c
@@ -36,6 +36,10 @@ main(int argc, char *argv[])
p = ARGF();
setinclude(p);
break;
+ case 'L': /* for little-endian mips */
+ thechar = '0';
+ thestring = "spim";
+ break;
} ARGEND
if(*argv == 0) {
print("usage: %ca [-options] file.s\n", thechar);