X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fizt%2Fi186.c;h=da67d9efc095d2349ceeb14eaeeeecf7d0f7db93;hb=d9a3555b8dd102f049b6a3ce6b06150d6e4a3f79;hp=1a3f0fe6bff05dcfe3b44db413707b6ef98002aa;hpb=3e6a1de6a8b8e4031ce47445eb9bebed88a283b7;p=fw%2Fsdcc diff --git a/src/izt/i186.c b/src/izt/i186.c index 1a3f0fe6..da67d9ef 100644 --- a/src/izt/i186.c +++ b/src/izt/i186.c @@ -165,6 +165,9 @@ PORT i186_port = { /* Sizes: char, short, int, long, ptr, fptr, gptr, bit, float, max */ 1, 2, 2, 4, 2, 2, 2, 1, 4, 4 }, + /* tags for generic pointers */ + { 0x00, 0x40, 0x60, 0x80 }, /* far, near, xstack, code */ + { ".BSS", ".BSS",