diff options
Diffstat (limited to 'usr.bin/gprof/vax.h')
-rw-r--r-- | usr.bin/gprof/vax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gprof/vax.h b/usr.bin/gprof/vax.h index b5fbf35..33c5822 100644 --- a/usr.bin/gprof/vax.h +++ b/usr.bin/gprof/vax.h @@ -51,7 +51,7 @@ #define PC 0xf enum opermodes { - literal, indexed, reg, regdef, autodec, autoinc, autoincdef, + literal, indexed, reg, regdef, autodec, autoinc, autoincdef, bytedisp, bytedispdef, worddisp, worddispdef, longdisp, longdispdef, immediate, absolute, byterel, bytereldef, wordrel, wordreldef, longrel, longreldef |