aboutsummaryrefslogtreecommitdiff
path: root/include/mach.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mach.h')
-rw-r--r--include/mach.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mach.h b/include/mach.h
index e664fe74..978a88df 100644
--- a/include/mach.h
+++ b/include/mach.h
@@ -154,7 +154,7 @@ enum
LREG, /* register */
LADDR, /* absolute address */
LCONST, /* constant (an anonymous readonly location) */
- LOFFSET, /* dereference offset + register ptr */
+ LOFFSET /* dereference offset + register ptr */
};
struct Loc
@@ -357,7 +357,7 @@ enum
RINT = 0<<0,
RFLT = 1<<0,
- RRDONLY = 1<<1,
+ RRDONLY = 1<<1
};
struct Regdesc
@@ -456,7 +456,7 @@ enum
CPARAM, /* function parameter */
CTEXT, /* text segment */
CDATA, /* data segment */
- CANY,
+ CANY
};
struct Symbol