fix: addr_t must be long
authorceriel <none@none>
Fri, 5 Oct 1990 16:31:55 +0000 (16:31 +0000)
committerceriel <none@none>
Fri, 5 Oct 1990 16:31:55 +0000 (16:31 +0000)
mach/i386/as/mach0.c

index c84a3d0..fba472e 100644 (file)
@@ -13,3 +13,5 @@
 
 #undef valu_t
 #define valu_t long
+#undef addr_t
+#define addr_t long