diff options
author | 2001-11-24 19:14:08 +0000 | |
---|---|---|
committer | 2001-11-24 19:14:08 +0000 | |
commit | 8bc271c9b38e2b2f832433d79e40c60c7adf73f5 (patch) | |
tree | 92bbb8670c4a6146d02a06d6ed9f839b35fe354f | |
parent | Fix a couple of printf(). (diff) | |
download | wireguard-openbsd-8bc271c9b38e2b2f832433d79e40c60c7adf73f5.tar.xz wireguard-openbsd-8bc271c9b38e2b2f832433d79e40c60c7adf73f5.zip |
Update mvme88k MID value here too.
-rw-r--r-- | gnu/usr.bin/gas/config/tc-mvme88k.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gas/config/tc-mvme88k.h b/gnu/usr.bin/gas/config/tc-mvme88k.h index 92770041ac7..a794e457f2a 100644 --- a/gnu/usr.bin/gas/config/tc-mvme88k.h +++ b/gnu/usr.bin/gas/config/tc-mvme88k.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tc-mvme88k.h,v 1.2 1998/02/15 18:49:41 niklas Exp $ */ +/* $OpenBSD: tc-mvme88k.h,v 1.3 2001/11/24 19:14:08 miod Exp $ */ /* m88k.h -- Assembler for the Motorola 88000 Contributed by Devon Bowen of Buffalo University @@ -23,7 +23,7 @@ #define TC_M88K 1 -#define MID_M88K 151 +#define MID_M88K 153 #define AOUT_MACHTYPE MID_M88K #define LOCAL_LABELS_FB |