=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for gnuboy-1.0.3nb2 cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c lcd.c -o lcd.o lcd.c:250:2: warning: implicitly declaring library function 'memcpy' with type 'void *(void *, const void *, unsigned int)' memcpy(dest, src, 8-U); ^ lcd.c:250:2: note: include the header or explicitly provide a declaration for 'memcpy' lcd.c:313:3: warning: implicitly declaring library function 'memset' with type 'void *(void *, int, unsigned int)' memset(dest, 0, cnt); ^ lcd.c:313:3: note: include the header or explicitly provide a declaration for 'memset' lcd.c:565:15: warning: implicit declaration of function 'pal_set332' is invalid in C99 [-Wimplicit-function-declaration] if (rgb332) pal_set332(); ^ lcd.c:566:8: warning: implicit declaration of function 'pal_expire' is invalid in C99 [-Wimplicit-function-declaration] else pal_expire(); ^ lcd.c:585:2: warning: implicit declaration of function 'updatepatpix' is invalid in C99 [-Wimplicit-function-declaration] updatepatpix(); ^ lcd.c:606:3: warning: implicit declaration of function 'bg_scan_color' is invalid in C99 [-Wimplicit-function-declaration] bg_scan_color(); ^ lcd.c:636:4: warning: implicit declaration of function 'refresh_1' is invalid in C99 [-Wimplicit-function-declaration] refresh_1(dest, BUF, PAL1, 160); ^ lcd.c:639:4: warning: implicit declaration of function 'refresh_2' is invalid in C99 [-Wimplicit-function-declaration] refresh_2(dest, BUF, PAL2, 160); ^ lcd.c:642:4: warning: implicit declaration of function 'refresh_3' is invalid in C99 [-Wimplicit-function-declaration] refresh_3(dest, BUF, PAL4, 160); ^ lcd.c:645:4: warning: implicit declaration of function 'refresh_4' is invalid in C99 [-Wimplicit-function-declaration] refresh_4(dest, BUF, PAL4, 160); ^ lcd.c:659:4: warning: implicit declaration of function 'refresh_3_2x' is invalid in C99 [-Wimplicit-function-declaration] refresh_3_2x(dest, BUF, PAL4, 160); ^ lcd.c:662:4: warning: implicit declaration of function 'refresh_4_2x' is invalid in C99 [-Wimplicit-function-declaration] refresh_4_2x(dest, BUF, PAL4, 160); ^ lcd.c:673:4: warning: implicit declaration of function 'refresh_2_3x' is invalid in C99 [-Wimplicit-function-declaration] refresh_2_3x(dest, BUF, PAL2, 160); ^ lcd.c:676:4: warning: implicit declaration of function 'refresh_3_3x' is invalid in C99 [-Wimplicit-function-declaration] refresh_3_3x(dest, BUF, PAL4, 160); ^ lcd.c:679:4: warning: implicit declaration of function 'refresh_4_3x' is invalid in C99 [-Wimplicit-function-declaration] refresh_4_3x(dest, BUF, PAL4, 160); ^ lcd.c:693:4: warning: implicit declaration of function 'refresh_3_4x' is invalid in C99 [-Wimplicit-function-declaration] refresh_3_4x(dest, BUF, PAL4, 160); ^ lcd.c:696:4: warning: implicit declaration of function 'refresh_4_4x' is invalid in C99 [-Wimplicit-function-declaration] refresh_4_4x(dest, BUF, PAL4, 160); ^ lcd.c:758:3: warning: implicit declaration of function 'pal_release' is invalid in C99 [-Wimplicit-function-declaration] pal_release(PAL1[i]); ^ lcd.c:759:7: warning: implicit declaration of function 'pal_getcolor' is invalid in C99 [-Wimplicit-function-declaration] c = pal_getcolor(c, r, g, b); ^ 19 warnings generated. cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c refresh.c -o refresh.o cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c lcdc.c -o lcdc.o lcdc.c:40:2: warning: implicit declaration of function 'hw_interrupt' is invalid in C99 [-Wimplicit-function-declaration] hw_interrupt(flag, IF_STAT); ^ lcdc.c:79:3: warning: implicit declaration of function 'lcd_begin' is invalid in C99 [-Wimplicit-function-declaration] lcd_begin(); ^ lcdc.c:104:6: warning: implicit declaration of function 'hw_hdma' is invalid in C99 [-Wimplicit-function-declaration] hw_hdma(); ^ lcdc.c:143:4: warning: implicit declaration of function 'lcd_refreshline' is invalid in C99 [-Wimplicit-function-declaration] lcd_refreshline(); ^ 4 warnings generated. cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c palette.c -o palette.o palette.c:44:9: warning: implicitly declaring library function 'abs' with type 'int (int)' err = abs(r-r2) + abs(b-b2) + abs(g-g2); ^ palette.c:44:9: note: include the header or explicitly provide a declaration for 'abs' palette.c:105:3: warning: implicit declaration of function 'vid_setpal' is invalid in C99 [-Wimplicit-function-declaration] vid_setpal(n, r, g, b); ^ 2 warnings generated. cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c cpu.c -o cpu.o cpu.c:290:4: warning: implicit declaration of function 'hw_interrupt' is invalid in C99 [-Wimplicit-function-declaration] hw_interrupt(IF_TIMER, IF_TIMER); ^ cpu.c:302:21: warning: implicit declaration of function 'lcdc_trans' is invalid in C99 [-Wimplicit-function-declaration] if (cpu.lcdc <= 0) lcdc_trans(); ^ 2 warnings generated. cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c mem.c -o mem.o mem.c:128:3: warning: implicit declaration of function 'pal_write_dmg' is invalid in C99 [-Wimplicit-function-declaration] pal_write_dmg(0, 0, b); ^ mem.c:148:3: warning: implicit declaration of function 'pad_refresh' is invalid in C99 [-Wimplicit-function-declaration] pad_refresh(); ^ mem.c:155:4: warning: implicit declaration of function 'hw_interrupt' is invalid in C99 [-Wimplicit-function-declaration] hw_interrupt(IF_SERIAL, IF_SERIAL); ^ mem.c:164:3: warning: implicit declaration of function 'lcdc_change' is invalid in C99 [-Wimplicit-function-declaration] lcdc_change(b); ^ mem.c:167:3: warning: implicit declaration of function 'stat_write' is invalid in C99 [-Wimplicit-function-declaration] stat_write(b); ^ mem.c:171:3: warning: implicit declaration of function 'stat_trigger' is invalid in C99 [-Wimplicit-function-declaration] stat_trigger(); ^ mem.c:187:3: warning: implicit declaration of function 'pal_write' is invalid in C99 [-Wimplicit-function-declaration] pal_write(R_BCPS & 0x3F, b); ^ mem.c:200:3: warning: implicit declaration of function 'hw_dma' is invalid in C99 [-Wimplicit-function-declaration] hw_dma(b); ^ mem.c:218:3: warning: implicit declaration of function 'hw_hdma_cmd' is invalid in C99 [-Wimplicit-function-declaration] hw_hdma_cmd(b); ^ mem.c:353:4: warning: implicit declaration of function 'rtc_latch' is invalid in C99 [-Wimplicit-function-declaration] rtc_latch(b); ^ mem.c:460:3: warning: implicit declaration of function 'vram_write' is invalid in C99 [-Wimplicit-function-declaration] vram_write(a & 0x1FFF, b); ^ mem.c:466:4: warning: implicit declaration of function 'rtc_write' is invalid in C99 [-Wimplicit-function-declaration] rtc_write(b); ^ mem.c:495:4: warning: implicit declaration of function 'sound_write' is invalid in C99 [-Wimplicit-function-declaration] sound_write(a & 0xFF, b); ^ mem.c:555:11: warning: implicit declaration of function 'sound_read' is invalid in C99 [-Wimplicit-function-declaration] return sound_read(a & 0xFF); ^ 14 warnings generated. cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c rtc.c -o rtc.o rtc.c:99:3: warning: implicit declaration of function 'time' is invalid in C99 [-Wimplicit-function-declaration] time(0)); ^ 1 warning generated. cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c hw.c -o hw.o hw.c:165:2: warning: implicitly declaring library function 'memset' with type 'void *(void *, int, unsigned int)' memset(ram.hi, 0, sizeof ram.hi); ^ hw.c:165:2: note: include the header or explicitly provide a declaration for 'memset' 1 warning generated. cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c sound.c -o sound.o sound.c:123:2: warning: implicitly declaring library function 'memset' with type 'void *(void *, int, unsigned int)' memset(&S1, 0, sizeof S1); ^ sound.c:123:2: note: include the header or explicitly provide a declaration for 'memset' sound.c:153:2: warning: implicitly declaring library function 'memcpy' with type 'void *(void *, const void *, unsigned int)' memcpy(WAVE, hw.cgb ? cgbwave : dmgwave, 16); ^ sound.c:153:2: note: include the header or explicitly provide a declaration for 'memcpy' sound.c:272:5: warning: implicit declaration of function 'pcm_submit' is invalid in C99 [-Wimplicit-function-declaration] pcm_submit(); ^ 3 warnings generated. cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c events.c -o events.o cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c keytable.c -o keytable.o keytable.c:137:10: warning: implicit declaration of function 'tolower' is invalid in C99 [-Wimplicit-function-declaration] return tolower(name[0]); ^ 1 warning generated. cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c loader.c -o loader.o loader.c:97:29: warning: implicit declaration of function 'time' is invalid in C99 [-Wimplicit-function-declaration] srand(memrand ? memrand : time(0)); ^ loader.c:132:17: warning: implicit declaration of function 'die' is invalid in C99 [-Wimplicit-function-declaration] if (!inf_buf) die("out of memory inflating file @ %d bytes\n", inf_pos); ^ loader.c:144:6: warning: implicit declaration of function 'unzip' is invalid in C99 [-Wimplicit-function-declaration] if (unzip(data, &pos, inflate_callback) < 0) ^ loader.c:247:3: warning: implicit declaration of function 'savestate' is invalid in C99 [-Wimplicit-function-declaration] savestate(f); ^ loader.c:266:3: warning: implicit declaration of function 'loadstate' is invalid in C99 [-Wimplicit-function-declaration] loadstate(f); ^ loader.c:268:3: warning: implicit declaration of function 'vram_dirty' is invalid in C99 [-Wimplicit-function-declaration] vram_dirty(); ^ loader.c:269:3: warning: implicit declaration of function 'pal_dirty' is invalid in C99 [-Wimplicit-function-declaration] pal_dirty(); ^ loader.c:270:3: warning: implicit declaration of function 'sound_dirty' is invalid in C99 [-Wimplicit-function-declaration] sound_dirty(); ^ loader.c:281:2: warning: implicit declaration of function 'rtc_save_internal' is invalid in C99 [-Wimplicit-function-declaration] rtc_save_internal(f); ^ loader.c:290:2: warning: implicit declaration of function 'rtc_load_internal' is invalid in C99 [-Wimplicit-function-declaration] rtc_load_internal(f); ^ loader.c:322:29: warning: implicit declaration of function 'isalnum' is invalid in C99 [-Wimplicit-function-declaration] for (i = 0; s[i]; i++) if (isalnum(s[i])) *(p++) = tolower(s[i]); ^ loader.c:322:53: warning: implicit declaration of function 'tolower' is invalid in C99 [-Wimplicit-function-declaration] for (i = 0; s[i]; i++) if (isalnum(s[i])) *(p++) = tolower(s[i]); ^ loader.c:338:2: warning: implicit declaration of function 'sys_checkdir' is invalid in C99 [-Wimplicit-function-declaration] sys_checkdir(savedir, 1); /* needs to be writable */ ^ loader.c:342:2: warning: implicit declaration of function 'vid_settitle' is invalid in C99 [-Wimplicit-function-declaration] vid_settitle(rom.name); ^ 14 warnings generated. cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c save.c -o save.o save.c:193:15: warning: implicitly declaring library function 'memcpy' with type 'void *(void *, const void *, unsigned int)' if (hramofs) memcpy(ram.hi+128, buf+hramofs, 127); ^ save.c:193:15: note: include the header or explicitly provide a declaration for 'memcpy' save.c:230:2: warning: implicitly declaring library function 'memset' with type 'void *(void *, int, unsigned int)' memset(buf, 0, sizeof buf); ^ save.c:230:2: note: include the header or explicitly provide a declaration for 'memset' 2 warnings generated. cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c debug.c -o debug.o cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c emu.c -o emu.o emu.c:43:2: warning: implicit declaration of function 'hw_reset' is invalid in C99 [-Wimplicit-function-declaration] hw_reset(); ^ emu.c:44:2: warning: implicit declaration of function 'lcd_reset' is invalid in C99 [-Wimplicit-function-declaration] lcd_reset(); ^ emu.c:45:2: warning: implicit declaration of function 'cpu_reset' is invalid in C99 [-Wimplicit-function-declaration] cpu_reset(); ^ emu.c:46:2: warning: implicit declaration of function 'mbc_reset' is invalid in C99 [-Wimplicit-function-declaration] mbc_reset(); ^ emu.c:47:2: warning: implicit declaration of function 'sound_reset' is invalid in C99 [-Wimplicit-function-declaration] sound_reset(); ^ emu.c:56:2: warning: implicit declaration of function 'cpu_emulate' is invalid in C99 [-Wimplicit-function-declaration] cpu_emulate(cpu.lcdc); ^ emu.c:71:2: warning: implicit declaration of function 'vid_begin' is invalid in C99 [-Wimplicit-function-declaration] vid_begin(); ^ emu.c:72:2: warning: implicit declaration of function 'lcd_begin' is invalid in C99 [-Wimplicit-function-declaration] lcd_begin(); ^ emu.c:79:3: warning: implicit declaration of function 'vid_end' is invalid in C99 [-Wimplicit-function-declaration] vid_end(); ^ emu.c:80:3: warning: implicit declaration of function 'rtc_tick' is invalid in C99 [-Wimplicit-function-declaration] rtc_tick(); ^ emu.c:81:3: warning: implicit declaration of function 'sound_mix' is invalid in C99 [-Wimplicit-function-declaration] sound_mix(); ^ emu.c:82:8: warning: implicit declaration of function 'pcm_submit' is invalid in C99 [-Wimplicit-function-declaration] if (!pcm_submit()) ^ emu.c:84:23: warning: implicit declaration of function 'sys_elapsed' is invalid in C99 [-Wimplicit-function-declaration] delay = framelen - sys_elapsed(timer); ^ emu.c:85:4: warning: implicit declaration of function 'sys_sleep' is invalid in C99 [-Wimplicit-function-declaration] sys_sleep(delay); ^ emu.c:88:3: warning: implicit declaration of function 'doevents' is invalid in C99 [-Wimplicit-function-declaration] doevents(); ^ emu.c:90:40: warning: implicit declaration of function 'die' is invalid in C99 [-Wimplicit-function-declaration] if (framecount) { if (!--framecount) die("finished\n"); } ^ 16 warnings generated. cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c main.c -o main.o main.c:132:2: warning: implicit declaration of function 'ev_poll' is invalid in C99 [-Wimplicit-function-declaration] ev_poll(); ^ main.c:138:3: warning: implicit declaration of function 'rc_dokey' is invalid in C99 [-Wimplicit-function-declaration] rc_dokey(ev.code, st); ^ main.c:147:2: warning: implicit declaration of function 'vid_close' is invalid in C99 [-Wimplicit-function-declaration] vid_close(); ^ main.c:148:2: warning: implicit declaration of function 'pcm_close' is invalid in C99 [-Wimplicit-function-declaration] pcm_close(); ^ main.c:215:4: warning: implicit declaration of function 'show_exports' is invalid in C99 [-Wimplicit-function-declaration] show_exports(); ^ main.c:226:2: warning: implicit declaration of function 'vid_preinit' is invalid in C99 [-Wimplicit-function-declaration] vid_preinit(); ^ main.c:228:2: warning: implicit declaration of function 'init_exports' is invalid in C99 [-Wimplicit-function-declaration] init_exports(); ^ main.c:231:2: warning: implicit declaration of function 'sys_sanitize' is invalid in C99 [-Wimplicit-function-declaration] sys_sanitize(s); ^ main.c:232:2: warning: implicit declaration of function 'sys_initpath' is invalid in C99 [-Wimplicit-function-declaration] sys_initpath(s); ^ main.c:235:3: warning: implicit declaration of function 'rc_command' is invalid in C99 [-Wimplicit-function-declaration] rc_command(defaultconfig[i]); ^ main.c:293:44: warning: if statement has empty body [-Wempty-body] else if (argv[i][0] == '-' && argv[i][1]); ^ main.c:293:44: note: put the semicolon on a separate line to silence this warning main.c:299:2: warning: implicit declaration of function 'vid_init' is invalid in C99 [-Wimplicit-function-declaration] vid_init(); ^ main.c:300:2: warning: implicit declaration of function 'pcm_init' is invalid in C99 [-Wimplicit-function-declaration] pcm_init(); ^ main.c:305:2: warning: implicit declaration of function 'loader_init' is invalid in C99 [-Wimplicit-function-declaration] loader_init(rom); ^ main.c:307:2: warning: implicit declaration of function 'emu_reset' is invalid in C99 [-Wimplicit-function-declaration] emu_reset(); ^ main.c:308:2: warning: implicit declaration of function 'emu_run' is invalid in C99 [-Wimplicit-function-declaration] emu_run(); ^ 16 warnings generated. cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c rccmds.c -o rccmds.o rccmds.c:22:1: warning: implicit declaration of function 'pad_set' is invalid in C99 [-Wimplicit-function-declaration] CMD_PAD(up, UP); ^ rccmds.c:19:3: note: expanded from macro 'CMD_PAD' { pad_set((PAD_ ## B), v[0][0] == '+'); return 0; } \ ^ rccmds.c:53:9: warning: implicit declaration of function 'rc_bindkey' is invalid in C99 [-Wimplicit-function-declaration] return rc_bindkey(argv[1], argv[2]); ^ rccmds.c:60:9: warning: implicit declaration of function 'rc_unbindkey' is invalid in C99 [-Wimplicit-function-declaration] return rc_unbindkey(argv[1]); ^ rccmds.c:65:2: warning: implicit declaration of function 'rc_unbindall' is invalid in C99 [-Wimplicit-function-declaration] rc_unbindall(); ^ rccmds.c:73:9: warning: implicit declaration of function 'rc_sourcefile' is invalid in C99 [-Wimplicit-function-declaration] return rc_sourcefile(argv[1]); ^ rccmds.c:84:2: warning: implicit declaration of function 'emu_reset' is invalid in C99 [-Wimplicit-function-declaration] emu_reset(); ^ rccmds.c:90:2: warning: implicit declaration of function 'state_save' is invalid in C99 [-Wimplicit-function-declaration] state_save(argc > 1 ? atoi(argv[1]) : -1); ^ rccmds.c:96:2: warning: implicit declaration of function 'state_load' is invalid in C99 [-Wimplicit-function-declaration] state_load(argc > 1 ? atoi(argv[1]) : -1); ^ rccmds.c:147:20: warning: implicitly declaring library function 'strlen' with type 'unsigned int (const char *)' linecopy = malloc(strlen(line)+1); ^ rccmds.c:147:20: note: include the header or explicitly provide a declaration for 'strlen' rccmds.c:148:2: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' strcpy(linecopy, line); ^ rccmds.c:148:2: note: include the header or explicitly provide a declaration for 'strcpy' rccmds.c:150:9: warning: implicit declaration of function 'splitline' is invalid in C99 [-Wimplicit-function-declaration] argc = splitline(argv, (sizeof argv)/(sizeof argv[0]), linecopy); ^ rccmds.c:159:8: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' if (!strcmp(argv[0], rccmds[i].name)) ^ rccmds.c:159:8: note: include the header or explicitly provide a declaration for 'strcmp' 12 warnings generated. cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c rckeys.c -o rckeys.o rckeys.c:30:10: warning: implicit declaration of function 'die' is invalid in C99 [-Wimplicit-function-declaration] if (!a) die("out of memory binding key\n"); ^ rckeys.c:75:3: warning: implicit declaration of function 'rc_command' is invalid in C99 [-Wimplicit-function-declaration] rc_command(keybind[key]); ^ 2 warnings generated. cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c rcvars.c -o rcvars.o rcvars.c:34:3: warning: implicit declaration of function 'die' is invalid in C99 [-Wimplicit-function-declaration] die("out of memory adding rcvar %s\n", v->name); ^ rcvars.c:71:9: warning: implicit declaration of function 'isdigit' is invalid in C99 [-Wimplicit-function-declaration] if (isdigit(*s)) ^ 2 warnings generated. cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c rcfile.c -o rcfile.o rcfile.c:33:3: warning: implicit declaration of function 'rc_command' is invalid in C99 [-Wimplicit-function-declaration] rc_command(line); ^ 1 warning generated. cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c exports.c -o exports.o exports.c:42:4: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)' printf("%s\n", sources[i][j].name); ^ exports.c:42:4: note: include the header or explicitly provide a declaration for 'printf' 1 warning generated. cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c split.c -o split.o cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c path.c -o path.o cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c inflate.c -o inflate.o inflate.c:155:13: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if ( b<0 ) return -1; ~^~ inflate.c:203:13: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if ( b<0 ) return -1; ~^~ inflate.c:284:11: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if ( b<0 ) return -1; ~^~ 3 warnings generated. cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c sys/nix/nix.c -o sys/nix/nix.o sys/nix/nix.c:69:4: warning: implicit declaration of function 'die' is invalid in C99 [-Wimplicit-function-declaration] die("cannot access %s: %s\n", path, strerror(errno)); ^ sys/nix/nix.c:75:7: warning: implicit declaration of function 'mkdir' is invalid in C99 [-Wimplicit-function-declaration] if (mkdir(path, 0777)) ^ sys/nix/nix.c:86:3: warning: implicit declaration of function 'rc_setvar' is invalid in C99 [-Wimplicit-function-declaration] rc_setvar("rcpath", 1, &buf); ^ 3 warnings generated. cc -O2 -march=i586 -I/usr/X11R7/include -O3 -DALLOW_UNALIGNED_IO -fomit-frame-pointer -I. -I/usr/local/include -I/usr/X11R7/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DUSE_ASM -I./asm/i386 -c asm/i386/cpu.s -o asm/i386/cpu.o :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1314:2: note: while in macro instantiation _ld_to_hl B ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1314:2: note: while in macro instantiation _ld_to_hl B ^ :11:1: error: unknown directive .Lusemap\@: ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1314:2: note: while in macro instantiation _ld_to_hl B ^ :13:1: error: unknown directive .Lfinish\@: ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1314:2: note: while in macro instantiation _ld_to_hl B ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1317:2: note: while in macro instantiation _ld_to_hl C ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1317:2: note: while in macro instantiation _ld_to_hl C ^ :11:1: error: unknown directive .Lusemap\@: ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1317:2: note: while in macro instantiation _ld_to_hl C ^ :13:1: error: unknown directive .Lfinish\@: ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1317:2: note: while in macro instantiation _ld_to_hl C ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1320:2: note: while in macro instantiation _ld_to_hl D ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1320:2: note: while in macro instantiation _ld_to_hl D ^ :11:1: error: unknown directive .Lusemap\@: ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1320:2: note: while in macro instantiation _ld_to_hl D ^ :13:1: error: unknown directive .Lfinish\@: ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1320:2: note: while in macro instantiation _ld_to_hl D ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1323:2: note: while in macro instantiation _ld_to_hl E ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1323:2: note: while in macro instantiation _ld_to_hl E ^ :11:1: error: unknown directive .Lusemap\@: ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1323:2: note: while in macro instantiation _ld_to_hl E ^ :13:1: error: unknown directive .Lfinish\@: ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1323:2: note: while in macro instantiation _ld_to_hl E ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1326:2: note: while in macro instantiation _ld_to_hl H ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1326:2: note: while in macro instantiation _ld_to_hl H ^ :11:1: error: unknown directive .Lusemap\@: ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1326:2: note: while in macro instantiation _ld_to_hl H ^ :13:1: error: unknown directive .Lfinish\@: ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1326:2: note: while in macro instantiation _ld_to_hl H ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1329:2: note: while in macro instantiation _ld_to_hl L ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1329:2: note: while in macro instantiation _ld_to_hl L ^ :11:1: error: unknown directive .Lusemap\@: ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1329:2: note: while in macro instantiation _ld_to_hl L ^ :13:1: error: unknown directive .Lfinish\@: ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1329:2: note: while in macro instantiation _ld_to_hl L ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1332:2: note: while in macro instantiation _ld_to_hl %bh ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1332:2: note: while in macro instantiation _ld_to_hl %bh ^ :11:1: error: unknown directive .Lusemap\@: ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1332:2: note: while in macro instantiation _ld_to_hl %bh ^ :13:1: error: unknown directive .Lfinish\@: ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1332:2: note: while in macro instantiation _ld_to_hl %bh ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1336:2: note: while in macro instantiation _ld_from_hl B ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1336:2: note: while in macro instantiation _ld_from_hl B ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1336:2: note: while in macro instantiation _ld_from_hl B ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1336:2: note: while in macro instantiation _ld_from_hl B ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1339:2: note: while in macro instantiation _ld_from_hl C ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1339:2: note: while in macro instantiation _ld_from_hl C ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1339:2: note: while in macro instantiation _ld_from_hl C ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1339:2: note: while in macro instantiation _ld_from_hl C ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1342:2: note: while in macro instantiation _ld_from_hl D ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1342:2: note: while in macro instantiation _ld_from_hl D ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1342:2: note: while in macro instantiation _ld_from_hl D ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1342:2: note: while in macro instantiation _ld_from_hl D ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1345:2: note: while in macro instantiation _ld_from_hl E ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1345:2: note: while in macro instantiation _ld_from_hl E ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1345:2: note: while in macro instantiation _ld_from_hl E ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1345:2: note: while in macro instantiation _ld_from_hl E ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1348:2: note: while in macro instantiation _ld_from_hl H ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1348:2: note: while in macro instantiation _ld_from_hl H ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1348:2: note: while in macro instantiation _ld_from_hl H ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1348:2: note: while in macro instantiation _ld_from_hl H ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1351:2: note: while in macro instantiation _ld_from_hl L ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1351:2: note: while in macro instantiation _ld_from_hl L ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1351:2: note: while in macro instantiation _ld_from_hl L ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1351:2: note: while in macro instantiation _ld_from_hl L ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1354:2: note: while in macro instantiation _ld_from_hl %bh ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1354:2: note: while in macro instantiation _ld_from_hl %bh ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1354:2: note: while in macro instantiation _ld_from_hl %bh ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1354:2: note: while in macro instantiation _ld_from_hl %bh ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1361:2: note: while in macro instantiation _writeb ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1361:2: note: while in macro instantiation _writeb ^ :11:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1361:2: note: while in macro instantiation _writeb ^ :13:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1361:2: note: while in macro instantiation _writeb ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1365:2: note: while in macro instantiation _readb ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1365:2: note: while in macro instantiation _readb ^ :10:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1365:2: note: while in macro instantiation _readb ^ :12:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1365:2: note: while in macro instantiation _readb ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1371:2: note: while in macro instantiation _writeb ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1371:2: note: while in macro instantiation _writeb ^ :11:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1371:2: note: while in macro instantiation _writeb ^ :13:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1371:2: note: while in macro instantiation _writeb ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1375:2: note: while in macro instantiation _readb ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1375:2: note: while in macro instantiation _readb ^ :10:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1375:2: note: while in macro instantiation _readb ^ :12:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1375:2: note: while in macro instantiation _readb ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1380:2: note: while in macro instantiation _ld_to_hl %bh ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1380:2: note: while in macro instantiation _ld_to_hl %bh ^ :11:1: error: unknown directive .Lusemap\@: ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1380:2: note: while in macro instantiation _ld_to_hl %bh ^ :13:1: error: unknown directive .Lfinish\@: ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1380:2: note: while in macro instantiation _ld_to_hl %bh ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1383:2: note: while in macro instantiation _ld_from_hl %bh ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1383:2: note: while in macro instantiation _ld_from_hl %bh ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1383:2: note: while in macro instantiation _ld_from_hl %bh ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1383:2: note: while in macro instantiation _ld_from_hl %bh ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1386:2: note: while in macro instantiation _ld_to_hl %bh ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1386:2: note: while in macro instantiation _ld_to_hl %bh ^ :11:1: error: unknown directive .Lusemap\@: ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1386:2: note: while in macro instantiation _ld_to_hl %bh ^ :13:1: error: unknown directive .Lfinish\@: ^ :3:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:1386:2: note: while in macro instantiation _ld_to_hl %bh ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1389:2: note: while in macro instantiation _ld_from_hl %bh ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1389:2: note: while in macro instantiation _ld_from_hl %bh ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1389:2: note: while in macro instantiation _ld_from_hl %bh ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:1389:2: note: while in macro instantiation _ld_from_hl %bh ^ :7:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1394:2: note: while in macro instantiation _fetch ^ :11:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1394:2: note: while in macro instantiation _fetch ^ :12:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1394:2: note: while in macro instantiation _fetch ^ :14:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1394:2: note: while in macro instantiation _fetch ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1425:2: note: while in macro instantiation _writeb ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1425:2: note: while in macro instantiation _writeb ^ :11:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1425:2: note: while in macro instantiation _writeb ^ :13:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1425:2: note: while in macro instantiation _writeb ^ :7:16: error: unexpected token in argument list jz .Lunaligned\@ ^ asm/i386/cpu.s:1434:2: note: while in macro instantiation _fetchw ^ :10:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1434:2: note: while in macro instantiation _fetchw ^ :11:1: error: unknown directive .Lunaligned\@: ^ asm/i386/cpu.s:1434:2: note: while in macro instantiation _fetchw ^ :25:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1434:2: note: while in macro instantiation _fetchw ^ :26:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1434:2: note: while in macro instantiation _fetchw ^ :29:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1434:2: note: while in macro instantiation _fetchw ^ :7:16: error: unexpected token in argument list jz .Lunaligned\@ ^ asm/i386/cpu.s:1457:2: note: while in macro instantiation _fetchw ^ :10:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1457:2: note: while in macro instantiation _fetchw ^ :11:1: error: unknown directive .Lunaligned\@: ^ asm/i386/cpu.s:1457:2: note: while in macro instantiation _fetchw ^ :25:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1457:2: note: while in macro instantiation _fetchw ^ :26:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1457:2: note: while in macro instantiation _fetchw ^ :29:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1457:2: note: while in macro instantiation _fetchw ^ :7:16: error: unexpected token in argument list jz .Lunaligned\@ ^ asm/i386/cpu.s:1459:2: note: while in macro instantiation _writew ^ :10:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1459:2: note: while in macro instantiation _writew ^ :11:1: error: unknown directive .Lunaligned\@: ^ asm/i386/cpu.s:1459:2: note: while in macro instantiation _writew ^ :28:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1459:2: note: while in macro instantiation _writew ^ :29:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1459:2: note: while in macro instantiation _writew ^ :32:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1459:2: note: while in macro instantiation _writew ^ :7:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1466:2: note: while in macro instantiation _fetchs ^ :12:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1466:2: note: while in macro instantiation _fetchs ^ :13:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1466:2: note: while in macro instantiation _fetchs ^ :15:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1466:2: note: while in macro instantiation _fetchs ^ :7:16: error: unexpected token in argument list jz .Lunaligned\@ ^ asm/i386/cpu.s:1474:2: note: while in macro instantiation _fetchw ^ :10:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1474:2: note: while in macro instantiation _fetchw ^ :11:1: error: unknown directive .Lunaligned\@: ^ asm/i386/cpu.s:1474:2: note: while in macro instantiation _fetchw ^ :25:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1474:2: note: while in macro instantiation _fetchw ^ :26:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1474:2: note: while in macro instantiation _fetchw ^ :29:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1474:2: note: while in macro instantiation _fetchw ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1476:2: note: while in macro instantiation _writeb ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1476:2: note: while in macro instantiation _writeb ^ :11:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1476:2: note: while in macro instantiation _writeb ^ :13:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1476:2: note: while in macro instantiation _writeb ^ :7:16: error: unexpected token in argument list jz .Lunaligned\@ ^ asm/i386/cpu.s:1479:2: note: while in macro instantiation _fetchw ^ :10:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1479:2: note: while in macro instantiation _fetchw ^ :11:1: error: unknown directive .Lunaligned\@: ^ asm/i386/cpu.s:1479:2: note: while in macro instantiation _fetchw ^ :25:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1479:2: note: while in macro instantiation _fetchw ^ :26:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1479:2: note: while in macro instantiation _fetchw ^ :29:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1479:2: note: while in macro instantiation _fetchw ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1480:2: note: while in macro instantiation _readb ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1480:2: note: while in macro instantiation _readb ^ :10:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1480:2: note: while in macro instantiation _readb ^ :12:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1480:2: note: while in macro instantiation _readb ^ :7:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1487:2: note: while in macro instantiation _fetch ^ :11:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1487:2: note: while in macro instantiation _fetch ^ :12:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1487:2: note: while in macro instantiation _fetch ^ :14:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1487:2: note: while in macro instantiation _fetch ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1490:2: note: while in macro instantiation _writeb ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1490:2: note: while in macro instantiation _writeb ^ :11:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1490:2: note: while in macro instantiation _writeb ^ :13:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1490:2: note: while in macro instantiation _writeb ^ :7:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1493:2: note: while in macro instantiation _fetch ^ :11:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1493:2: note: while in macro instantiation _fetch ^ :12:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1493:2: note: while in macro instantiation _fetch ^ :14:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1493:2: note: while in macro instantiation _fetch ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1495:2: note: while in macro instantiation _readb ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1495:2: note: while in macro instantiation _readb ^ :10:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1495:2: note: while in macro instantiation _readb ^ :12:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1495:2: note: while in macro instantiation _readb ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1502:2: note: while in macro instantiation _writeb ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1502:2: note: while in macro instantiation _writeb ^ :11:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1502:2: note: while in macro instantiation _writeb ^ :13:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1502:2: note: while in macro instantiation _writeb ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1507:2: note: while in macro instantiation _readb ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1507:2: note: while in macro instantiation _readb ^ :10:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1507:2: note: while in macro instantiation _readb ^ :12:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1507:2: note: while in macro instantiation _readb ^ :7:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1514:2: note: while in macro instantiation _fetch ^ :11:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1514:2: note: while in macro instantiation _fetch ^ :12:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1514:2: note: while in macro instantiation _fetch ^ :14:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1514:2: note: while in macro instantiation _fetch ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1518:2: note: while in macro instantiation _readb ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1518:2: note: while in macro instantiation _readb ^ :10:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1518:2: note: while in macro instantiation _readb ^ :12:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1518:2: note: while in macro instantiation _readb ^ :7:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1545:2: note: while in macro instantiation _fetch ^ :11:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1545:2: note: while in macro instantiation _fetch ^ :12:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1545:2: note: while in macro instantiation _fetch ^ :14:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1545:2: note: while in macro instantiation _fetch ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1549:2: note: while in macro instantiation _readb ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1549:2: note: while in macro instantiation _readb ^ :10:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1549:2: note: while in macro instantiation _readb ^ :12:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1549:2: note: while in macro instantiation _readb ^ :7:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1576:2: note: while in macro instantiation _fetch ^ :11:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1576:2: note: while in macro instantiation _fetch ^ :12:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1576:2: note: while in macro instantiation _fetch ^ :14:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1576:2: note: while in macro instantiation _fetch ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1580:2: note: while in macro instantiation _readb ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1580:2: note: while in macro instantiation _readb ^ :10:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1580:2: note: while in macro instantiation _readb ^ :12:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1580:2: note: while in macro instantiation _readb ^ :7:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1607:2: note: while in macro instantiation _fetch ^ :11:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1607:2: note: while in macro instantiation _fetch ^ :12:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1607:2: note: while in macro instantiation _fetch ^ :14:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1607:2: note: while in macro instantiation _fetch ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1611:2: note: while in macro instantiation _readb ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1611:2: note: while in macro instantiation _readb ^ :10:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1611:2: note: while in macro instantiation _readb ^ :12:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1611:2: note: while in macro instantiation _readb ^ :7:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1638:2: note: while in macro instantiation _fetch ^ :11:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1638:2: note: while in macro instantiation _fetch ^ :12:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1638:2: note: while in macro instantiation _fetch ^ :14:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1638:2: note: while in macro instantiation _fetch ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1642:2: note: while in macro instantiation _readb ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1642:2: note: while in macro instantiation _readb ^ :10:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1642:2: note: while in macro instantiation _readb ^ :12:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1642:2: note: while in macro instantiation _readb ^ :7:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1669:2: note: while in macro instantiation _fetch ^ :11:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1669:2: note: while in macro instantiation _fetch ^ :12:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1669:2: note: while in macro instantiation _fetch ^ :14:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1669:2: note: while in macro instantiation _fetch ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1673:2: note: while in macro instantiation _readb ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1673:2: note: while in macro instantiation _readb ^ :10:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1673:2: note: while in macro instantiation _readb ^ :12:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1673:2: note: while in macro instantiation _readb ^ :7:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1700:2: note: while in macro instantiation _fetch ^ :11:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1700:2: note: while in macro instantiation _fetch ^ :12:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1700:2: note: while in macro instantiation _fetch ^ :14:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1700:2: note: while in macro instantiation _fetch ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1704:2: note: while in macro instantiation _readb ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1704:2: note: while in macro instantiation _readb ^ :10:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1704:2: note: while in macro instantiation _readb ^ :12:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1704:2: note: while in macro instantiation _readb ^ :7:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1731:2: note: while in macro instantiation _fetch ^ :11:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1731:2: note: while in macro instantiation _fetch ^ :12:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1731:2: note: while in macro instantiation _fetch ^ :14:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1731:2: note: while in macro instantiation _fetch ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1735:2: note: while in macro instantiation _readb ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1735:2: note: while in macro instantiation _readb ^ :10:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1735:2: note: while in macro instantiation _readb ^ :12:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1735:2: note: while in macro instantiation _readb ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1799:2: note: while in macro instantiation _readb ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1799:2: note: while in macro instantiation _readb ^ :10:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1799:2: note: while in macro instantiation _readb ^ :12:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1799:2: note: while in macro instantiation _readb ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1803:2: note: while in macro instantiation _writeb ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1803:2: note: while in macro instantiation _writeb ^ :11:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1803:2: note: while in macro instantiation _writeb ^ :13:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1803:2: note: while in macro instantiation _writeb ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1830:2: note: while in macro instantiation _readb ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1830:2: note: while in macro instantiation _readb ^ :10:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1830:2: note: while in macro instantiation _readb ^ :12:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1830:2: note: while in macro instantiation _readb ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1834:2: note: while in macro instantiation _writeb ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1834:2: note: while in macro instantiation _writeb ^ :11:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1834:2: note: while in macro instantiation _writeb ^ :13:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1834:2: note: while in macro instantiation _writeb ^ :7:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:1862:2: note: while in macro instantiation _fetchs ^ :12:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:1862:2: note: while in macro instantiation _fetchs ^ :13:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:1862:2: note: while in macro instantiation _fetchs ^ :15:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:1862:2: note: while in macro instantiation _fetchs ^ :7:16: error: unexpected token in argument list jz .Lunaligned\@ ^ :5:2: note: while in macro instantiation _writew ^ asm/i386/cpu.s:1925:2: note: while in macro instantiation _push ^ :10:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :5:2: note: while in macro instantiation _writew ^ asm/i386/cpu.s:1925:2: note: while in macro instantiation _push ^ :11:1: error: unknown directive .Lunaligned\@: ^ :5:2: note: while in macro instantiation _writew ^ asm/i386/cpu.s:1925:2: note: while in macro instantiation _push ^ :28:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :5:2: note: while in macro instantiation _writew ^ asm/i386/cpu.s:1925:2: note: while in macro instantiation _push ^ :29:1: error: unknown directive .Lusemap\@: ^ :5:2: note: while in macro instantiation _writew ^ asm/i386/cpu.s:1925:2: note: while in macro instantiation _push ^ :32:1: error: unknown directive .Lfinish\@: ^ :5:2: note: while in macro instantiation _writew ^ asm/i386/cpu.s:1925:2: note: while in macro instantiation _push ^ :6:16: error: unexpected token in argument list jz .Lunaligned\@ ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1929:2: note: while in macro instantiation _pop ^ :9:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1929:2: note: while in macro instantiation _pop ^ :10:1: error: unknown directive .Lunaligned\@: ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1929:2: note: while in macro instantiation _pop ^ :24:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1929:2: note: while in macro instantiation _pop ^ :25:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1929:2: note: while in macro instantiation _pop ^ :27:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1929:2: note: while in macro instantiation _pop ^ :6:16: error: unexpected token in argument list jz .Lunaligned\@ ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1933:2: note: while in macro instantiation _pop ^ :9:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1933:2: note: while in macro instantiation _pop ^ :10:1: error: unknown directive .Lunaligned\@: ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1933:2: note: while in macro instantiation _pop ^ :24:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1933:2: note: while in macro instantiation _pop ^ :25:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1933:2: note: while in macro instantiation _pop ^ :27:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1933:2: note: while in macro instantiation _pop ^ :6:16: error: unexpected token in argument list jz .Lunaligned\@ ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1937:2: note: while in macro instantiation _pop ^ :9:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1937:2: note: while in macro instantiation _pop ^ :10:1: error: unknown directive .Lunaligned\@: ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1937:2: note: while in macro instantiation _pop ^ :24:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1937:2: note: while in macro instantiation _pop ^ :25:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1937:2: note: while in macro instantiation _pop ^ :27:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1937:2: note: while in macro instantiation _pop ^ :6:16: error: unexpected token in argument list jz .Lunaligned\@ ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1941:2: note: while in macro instantiation _pop ^ :9:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1941:2: note: while in macro instantiation _pop ^ :10:1: error: unknown directive .Lunaligned\@: ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1941:2: note: while in macro instantiation _pop ^ :24:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1941:2: note: while in macro instantiation _pop ^ :25:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1941:2: note: while in macro instantiation _pop ^ :27:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readw ^ asm/i386/cpu.s:1941:2: note: while in macro instantiation _pop ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readbs ^ asm/i386/cpu.s:1974:2: note: while in macro instantiation _JR ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readbs ^ asm/i386/cpu.s:1974:2: note: while in macro instantiation _JR ^ :11:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readbs ^ asm/i386/cpu.s:1974:2: note: while in macro instantiation _JR ^ :13:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readbs ^ asm/i386/cpu.s:1974:2: note: while in macro instantiation _JR ^ :7:16: error: unexpected token in argument list jz .Lunaligned\@ ^ :1:1: note: while in macro instantiation _fetchw ^ asm/i386/cpu.s:2009:2: note: while in macro instantiation _JP ^ :10:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :1:1: note: while in macro instantiation _fetchw ^ asm/i386/cpu.s:2009:2: note: while in macro instantiation _JP ^ :11:1: error: unknown directive .Lunaligned\@: ^ :1:1: note: while in macro instantiation _fetchw ^ asm/i386/cpu.s:2009:2: note: while in macro instantiation _JP ^ :25:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :1:1: note: while in macro instantiation _fetchw ^ asm/i386/cpu.s:2009:2: note: while in macro instantiation _JP ^ :26:1: error: unknown directive .Lusemap\@: ^ :1:1: note: while in macro instantiation _fetchw ^ asm/i386/cpu.s:2009:2: note: while in macro instantiation _JP ^ :29:1: error: unknown directive .Lfinish\@: ^ :1:1: note: while in macro instantiation _fetchw ^ asm/i386/cpu.s:2009:2: note: while in macro instantiation _JP ^ :7:16: error: unexpected token in argument list jz .Lunaligned\@ ^ :5:2: note: while in macro instantiation _writew ^ :3:2: note: while in macro instantiation _push ^ asm/i386/cpu.s:2039:2: note: while in macro instantiation _CALL ^ :10:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :5:2: note: while in macro instantiation _writew ^ :3:2: note: while in macro instantiation _push ^ asm/i386/cpu.s:2039:2: note: while in macro instantiation _CALL ^ :11:1: error: unknown directive .Lunaligned\@: ^ :5:2: note: while in macro instantiation _writew ^ :3:2: note: while in macro instantiation _push ^ asm/i386/cpu.s:2039:2: note: while in macro instantiation _CALL ^ :28:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :5:2: note: while in macro instantiation _writew ^ :3:2: note: while in macro instantiation _push ^ asm/i386/cpu.s:2039:2: note: while in macro instantiation _CALL ^ :29:1: error: unknown directive .Lusemap\@: ^ :5:2: note: while in macro instantiation _writew ^ :3:2: note: while in macro instantiation _push ^ asm/i386/cpu.s:2039:2: note: while in macro instantiation _CALL ^ :32:1: error: unknown directive .Lfinish\@: ^ :5:2: note: while in macro instantiation _writew ^ :3:2: note: while in macro instantiation _push ^ asm/i386/cpu.s:2039:2: note: while in macro instantiation _CALL ^ :7:16: error: unexpected token in argument list jz .Lunaligned\@ ^ :1:1: note: while in macro instantiation _fetchw ^ :4:2: note: while in macro instantiation _JP ^ asm/i386/cpu.s:2039:2: note: while in macro instantiation _CALL ^ :10:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :1:1: note: while in macro instantiation _fetchw ^ :4:2: note: while in macro instantiation _JP ^ asm/i386/cpu.s:2039:2: note: while in macro instantiation _CALL ^ :11:1: error: unknown directive .Lunaligned\@: ^ :1:1: note: while in macro instantiation _fetchw ^ :4:2: note: while in macro instantiation _JP ^ asm/i386/cpu.s:2039:2: note: while in macro instantiation _CALL ^ :25:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :1:1: note: while in macro instantiation _fetchw ^ :4:2: note: while in macro instantiation _JP ^ asm/i386/cpu.s:2039:2: note: while in macro instantiation _CALL ^ :26:1: error: unknown directive .Lusemap\@: ^ :1:1: note: while in macro instantiation _fetchw ^ :4:2: note: while in macro instantiation _JP ^ asm/i386/cpu.s:2039:2: note: while in macro instantiation _CALL ^ :29:1: error: unknown directive .Lfinish\@: ^ :1:1: note: while in macro instantiation _fetchw ^ :4:2: note: while in macro instantiation _JP ^ asm/i386/cpu.s:2039:2: note: while in macro instantiation _CALL ^ :6:16: error: unexpected token in argument list jz .Lunaligned\@ ^ :2:2: note: while in macro instantiation _readw ^ :1:1: note: while in macro instantiation _pop ^ asm/i386/cpu.s:2074:2: note: while in macro instantiation _RET ^ :9:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readw ^ :1:1: note: while in macro instantiation _pop ^ asm/i386/cpu.s:2074:2: note: while in macro instantiation _RET ^ :10:1: error: unknown directive .Lunaligned\@: ^ :2:2: note: while in macro instantiation _readw ^ :1:1: note: while in macro instantiation _pop ^ asm/i386/cpu.s:2074:2: note: while in macro instantiation _RET ^ :24:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readw ^ :1:1: note: while in macro instantiation _pop ^ asm/i386/cpu.s:2074:2: note: while in macro instantiation _RET ^ :25:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readw ^ :1:1: note: while in macro instantiation _pop ^ asm/i386/cpu.s:2074:2: note: while in macro instantiation _RET ^ :27:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readw ^ :1:1: note: while in macro instantiation _pop ^ asm/i386/cpu.s:2074:2: note: while in macro instantiation _RET ^ :7:16: error: unexpected token in argument list jz .Lunaligned\@ ^ :5:2: note: while in macro instantiation _writew ^ asm/i386/cpu.s:2104:2: note: while in macro instantiation _push ^ :10:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :5:2: note: while in macro instantiation _writew ^ asm/i386/cpu.s:2104:2: note: while in macro instantiation _push ^ :11:1: error: unknown directive .Lunaligned\@: ^ :5:2: note: while in macro instantiation _writew ^ asm/i386/cpu.s:2104:2: note: while in macro instantiation _push ^ :28:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :5:2: note: while in macro instantiation _writew ^ asm/i386/cpu.s:2104:2: note: while in macro instantiation _push ^ :29:1: error: unknown directive .Lusemap\@: ^ :5:2: note: while in macro instantiation _writew ^ asm/i386/cpu.s:2104:2: note: while in macro instantiation _push ^ :32:1: error: unknown directive .Lfinish\@: ^ :5:2: note: while in macro instantiation _writew ^ asm/i386/cpu.s:2104:2: note: while in macro instantiation _push ^ :7:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:2134:2: note: while in macro instantiation _fetch ^ :11:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:2134:2: note: while in macro instantiation _fetch ^ :12:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:2134:2: note: while in macro instantiation _fetch ^ :14:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:2134:2: note: while in macro instantiation _fetch ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2200:2: note: while in macro instantiation _make_cb_hl_op RLC ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2200:2: note: while in macro instantiation _make_cb_hl_op RLC ^ :10:1: error: unknown directive .Lusemap\@: ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2200:2: note: while in macro instantiation _make_cb_hl_op RLC ^ :12:1: error: unknown directive .Lfinish\@: ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2200:2: note: while in macro instantiation _make_cb_hl_op RLC ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2200:2: note: while in macro instantiation _make_cb_hl_op RLC ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2200:2: note: while in macro instantiation _make_cb_hl_op RLC ^ :11:1: error: unknown directive .Lusemap\@: ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2200:2: note: while in macro instantiation _make_cb_hl_op RLC ^ :13:1: error: unknown directive .Lfinish\@: ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2200:2: note: while in macro instantiation _make_cb_hl_op RLC ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2201:2: note: while in macro instantiation _make_cb_hl_op RRC ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2201:2: note: while in macro instantiation _make_cb_hl_op RRC ^ :10:1: error: unknown directive .Lusemap\@: ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2201:2: note: while in macro instantiation _make_cb_hl_op RRC ^ :12:1: error: unknown directive .Lfinish\@: ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2201:2: note: while in macro instantiation _make_cb_hl_op RRC ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2201:2: note: while in macro instantiation _make_cb_hl_op RRC ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2201:2: note: while in macro instantiation _make_cb_hl_op RRC ^ :11:1: error: unknown directive .Lusemap\@: ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2201:2: note: while in macro instantiation _make_cb_hl_op RRC ^ :13:1: error: unknown directive .Lfinish\@: ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2201:2: note: while in macro instantiation _make_cb_hl_op RRC ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2202:2: note: while in macro instantiation _make_cb_hl_op RL ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2202:2: note: while in macro instantiation _make_cb_hl_op RL ^ :10:1: error: unknown directive .Lusemap\@: ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2202:2: note: while in macro instantiation _make_cb_hl_op RL ^ :12:1: error: unknown directive .Lfinish\@: ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2202:2: note: while in macro instantiation _make_cb_hl_op RL ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2202:2: note: while in macro instantiation _make_cb_hl_op RL ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2202:2: note: while in macro instantiation _make_cb_hl_op RL ^ :11:1: error: unknown directive .Lusemap\@: ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2202:2: note: while in macro instantiation _make_cb_hl_op RL ^ :13:1: error: unknown directive .Lfinish\@: ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2202:2: note: while in macro instantiation _make_cb_hl_op RL ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2203:2: note: while in macro instantiation _make_cb_hl_op RR ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2203:2: note: while in macro instantiation _make_cb_hl_op RR ^ :10:1: error: unknown directive .Lusemap\@: ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2203:2: note: while in macro instantiation _make_cb_hl_op RR ^ :12:1: error: unknown directive .Lfinish\@: ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2203:2: note: while in macro instantiation _make_cb_hl_op RR ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2203:2: note: while in macro instantiation _make_cb_hl_op RR ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2203:2: note: while in macro instantiation _make_cb_hl_op RR ^ :11:1: error: unknown directive .Lusemap\@: ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2203:2: note: while in macro instantiation _make_cb_hl_op RR ^ :13:1: error: unknown directive .Lfinish\@: ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2203:2: note: while in macro instantiation _make_cb_hl_op RR ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2204:2: note: while in macro instantiation _make_cb_hl_op SLA ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2204:2: note: while in macro instantiation _make_cb_hl_op SLA ^ :10:1: error: unknown directive .Lusemap\@: ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2204:2: note: while in macro instantiation _make_cb_hl_op SLA ^ :12:1: error: unknown directive .Lfinish\@: ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2204:2: note: while in macro instantiation _make_cb_hl_op SLA ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2204:2: note: while in macro instantiation _make_cb_hl_op SLA ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2204:2: note: while in macro instantiation _make_cb_hl_op SLA ^ :11:1: error: unknown directive .Lusemap\@: ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2204:2: note: while in macro instantiation _make_cb_hl_op SLA ^ :13:1: error: unknown directive .Lfinish\@: ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2204:2: note: while in macro instantiation _make_cb_hl_op SLA ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2205:2: note: while in macro instantiation _make_cb_hl_op SRA ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2205:2: note: while in macro instantiation _make_cb_hl_op SRA ^ :10:1: error: unknown directive .Lusemap\@: ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2205:2: note: while in macro instantiation _make_cb_hl_op SRA ^ :12:1: error: unknown directive .Lfinish\@: ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2205:2: note: while in macro instantiation _make_cb_hl_op SRA ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2205:2: note: while in macro instantiation _make_cb_hl_op SRA ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2205:2: note: while in macro instantiation _make_cb_hl_op SRA ^ :11:1: error: unknown directive .Lusemap\@: ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2205:2: note: while in macro instantiation _make_cb_hl_op SRA ^ :13:1: error: unknown directive .Lfinish\@: ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2205:2: note: while in macro instantiation _make_cb_hl_op SRA ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2207:2: note: while in macro instantiation _SWAP_MEM ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2207:2: note: while in macro instantiation _SWAP_MEM ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2207:2: note: while in macro instantiation _SWAP_MEM ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2207:2: note: while in macro instantiation _SWAP_MEM ^ :8:15: error: unexpected token in argument list jnz .Lnonzero\@ ^ asm/i386/cpu.s:2207:2: note: while in macro instantiation _SWAP_MEM ^ :10:1: error: unknown directive .Lnonzero\@: ^ asm/i386/cpu.s:2207:2: note: while in macro instantiation _SWAP_MEM ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :11:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2207:2: note: while in macro instantiation _SWAP_MEM ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :11:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2207:2: note: while in macro instantiation _SWAP_MEM ^ :11:1: error: unknown directive .Lusemap\@: ^ :11:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2207:2: note: while in macro instantiation _SWAP_MEM ^ :13:1: error: unknown directive .Lfinish\@: ^ :11:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2207:2: note: while in macro instantiation _SWAP_MEM ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2208:2: note: while in macro instantiation _make_cb_hl_op SRL ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2208:2: note: while in macro instantiation _make_cb_hl_op SRL ^ :10:1: error: unknown directive .Lusemap\@: ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2208:2: note: while in macro instantiation _make_cb_hl_op SRL ^ :12:1: error: unknown directive .Lfinish\@: ^ :3:2: note: while in macro instantiation _readb ^ asm/i386/cpu.s:2208:2: note: while in macro instantiation _make_cb_hl_op SRL ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2208:2: note: while in macro instantiation _make_cb_hl_op SRL ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2208:2: note: while in macro instantiation _make_cb_hl_op SRL ^ :11:1: error: unknown directive .Lusemap\@: ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2208:2: note: while in macro instantiation _make_cb_hl_op SRL ^ :13:1: error: unknown directive .Lfinish\@: ^ :7:2: note: while in macro instantiation _writeb ^ asm/i386/cpu.s:2208:2: note: while in macro instantiation _make_cb_hl_op SRL ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 0 ^ asm/i386/cpu.s:2210:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 0 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 0 ^ asm/i386/cpu.s:2210:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 0 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 0 ^ asm/i386/cpu.s:2210:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 0 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 0 ^ asm/i386/cpu.s:2210:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 0 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 1 ^ asm/i386/cpu.s:2211:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 1 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 1 ^ asm/i386/cpu.s:2211:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 1 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 1 ^ asm/i386/cpu.s:2211:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 1 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 1 ^ asm/i386/cpu.s:2211:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 1 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 2 ^ asm/i386/cpu.s:2212:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 2 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 2 ^ asm/i386/cpu.s:2212:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 2 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 2 ^ asm/i386/cpu.s:2212:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 2 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 2 ^ asm/i386/cpu.s:2212:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 2 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 3 ^ asm/i386/cpu.s:2213:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 3 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 3 ^ asm/i386/cpu.s:2213:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 3 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 3 ^ asm/i386/cpu.s:2213:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 3 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 3 ^ asm/i386/cpu.s:2213:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 3 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 4 ^ asm/i386/cpu.s:2214:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 4 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 4 ^ asm/i386/cpu.s:2214:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 4 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 4 ^ asm/i386/cpu.s:2214:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 4 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 4 ^ asm/i386/cpu.s:2214:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 4 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 5 ^ asm/i386/cpu.s:2215:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 5 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 5 ^ asm/i386/cpu.s:2215:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 5 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 5 ^ asm/i386/cpu.s:2215:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 5 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 5 ^ asm/i386/cpu.s:2215:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 5 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 6 ^ asm/i386/cpu.s:2216:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 6 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 6 ^ asm/i386/cpu.s:2216:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 6 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 6 ^ asm/i386/cpu.s:2216:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 6 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 6 ^ asm/i386/cpu.s:2216:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 6 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 7 ^ asm/i386/cpu.s:2217:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 7 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 7 ^ asm/i386/cpu.s:2217:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 7 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 7 ^ asm/i386/cpu.s:2217:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 7 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _BIT_MEM 7 ^ asm/i386/cpu.s:2217:2: note: while in macro instantiation _make_cb_hl_bit_op BIT, 7 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 0 ^ asm/i386/cpu.s:2219:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 0 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 0 ^ asm/i386/cpu.s:2219:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 0 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 0 ^ asm/i386/cpu.s:2219:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 0 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 0 ^ asm/i386/cpu.s:2219:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 0 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 0 ^ asm/i386/cpu.s:2219:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 0 ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 0 ^ asm/i386/cpu.s:2219:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 0 ^ :11:1: error: unknown directive .Lusemap\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 0 ^ asm/i386/cpu.s:2219:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 0 ^ :13:1: error: unknown directive .Lfinish\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 0 ^ asm/i386/cpu.s:2219:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 0 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 1 ^ asm/i386/cpu.s:2220:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 1 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 1 ^ asm/i386/cpu.s:2220:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 1 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 1 ^ asm/i386/cpu.s:2220:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 1 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 1 ^ asm/i386/cpu.s:2220:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 1 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 1 ^ asm/i386/cpu.s:2220:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 1 ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 1 ^ asm/i386/cpu.s:2220:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 1 ^ :11:1: error: unknown directive .Lusemap\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 1 ^ asm/i386/cpu.s:2220:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 1 ^ :13:1: error: unknown directive .Lfinish\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 1 ^ asm/i386/cpu.s:2220:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 1 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 2 ^ asm/i386/cpu.s:2221:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 2 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 2 ^ asm/i386/cpu.s:2221:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 2 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 2 ^ asm/i386/cpu.s:2221:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 2 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 2 ^ asm/i386/cpu.s:2221:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 2 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 2 ^ asm/i386/cpu.s:2221:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 2 ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 2 ^ asm/i386/cpu.s:2221:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 2 ^ :11:1: error: unknown directive .Lusemap\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 2 ^ asm/i386/cpu.s:2221:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 2 ^ :13:1: error: unknown directive .Lfinish\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 2 ^ asm/i386/cpu.s:2221:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 2 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 3 ^ asm/i386/cpu.s:2222:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 3 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 3 ^ asm/i386/cpu.s:2222:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 3 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 3 ^ asm/i386/cpu.s:2222:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 3 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 3 ^ asm/i386/cpu.s:2222:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 3 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 3 ^ asm/i386/cpu.s:2222:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 3 ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 3 ^ asm/i386/cpu.s:2222:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 3 ^ :11:1: error: unknown directive .Lusemap\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 3 ^ asm/i386/cpu.s:2222:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 3 ^ :13:1: error: unknown directive .Lfinish\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 3 ^ asm/i386/cpu.s:2222:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 3 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 4 ^ asm/i386/cpu.s:2223:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 4 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 4 ^ asm/i386/cpu.s:2223:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 4 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 4 ^ asm/i386/cpu.s:2223:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 4 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 4 ^ asm/i386/cpu.s:2223:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 4 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 4 ^ asm/i386/cpu.s:2223:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 4 ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 4 ^ asm/i386/cpu.s:2223:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 4 ^ :11:1: error: unknown directive .Lusemap\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 4 ^ asm/i386/cpu.s:2223:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 4 ^ :13:1: error: unknown directive .Lfinish\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 4 ^ asm/i386/cpu.s:2223:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 4 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 5 ^ asm/i386/cpu.s:2224:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 5 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 5 ^ asm/i386/cpu.s:2224:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 5 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 5 ^ asm/i386/cpu.s:2224:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 5 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 5 ^ asm/i386/cpu.s:2224:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 5 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 5 ^ asm/i386/cpu.s:2224:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 5 ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 5 ^ asm/i386/cpu.s:2224:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 5 ^ :11:1: error: unknown directive .Lusemap\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 5 ^ asm/i386/cpu.s:2224:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 5 ^ :13:1: error: unknown directive .Lfinish\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 5 ^ asm/i386/cpu.s:2224:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 5 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 6 ^ asm/i386/cpu.s:2225:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 6 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 6 ^ asm/i386/cpu.s:2225:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 6 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 6 ^ asm/i386/cpu.s:2225:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 6 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 6 ^ asm/i386/cpu.s:2225:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 6 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 6 ^ asm/i386/cpu.s:2225:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 6 ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 6 ^ asm/i386/cpu.s:2225:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 6 ^ :11:1: error: unknown directive .Lusemap\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 6 ^ asm/i386/cpu.s:2225:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 6 ^ :13:1: error: unknown directive .Lfinish\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 6 ^ asm/i386/cpu.s:2225:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 6 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 7 ^ asm/i386/cpu.s:2226:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 7 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 7 ^ asm/i386/cpu.s:2226:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 7 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 7 ^ asm/i386/cpu.s:2226:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 7 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _RES_MEM 7 ^ asm/i386/cpu.s:2226:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 7 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 7 ^ asm/i386/cpu.s:2226:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 7 ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 7 ^ asm/i386/cpu.s:2226:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 7 ^ :11:1: error: unknown directive .Lusemap\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 7 ^ asm/i386/cpu.s:2226:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 7 ^ :13:1: error: unknown directive .Lfinish\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _RES_MEM 7 ^ asm/i386/cpu.s:2226:2: note: while in macro instantiation _make_cb_hl_bit_op RES, 7 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 0 ^ asm/i386/cpu.s:2228:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 0 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 0 ^ asm/i386/cpu.s:2228:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 0 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 0 ^ asm/i386/cpu.s:2228:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 0 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 0 ^ asm/i386/cpu.s:2228:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 0 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 0 ^ asm/i386/cpu.s:2228:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 0 ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 0 ^ asm/i386/cpu.s:2228:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 0 ^ :11:1: error: unknown directive .Lusemap\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 0 ^ asm/i386/cpu.s:2228:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 0 ^ :13:1: error: unknown directive .Lfinish\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 0 ^ asm/i386/cpu.s:2228:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 0 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 1 ^ asm/i386/cpu.s:2229:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 1 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 1 ^ asm/i386/cpu.s:2229:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 1 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 1 ^ asm/i386/cpu.s:2229:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 1 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 1 ^ asm/i386/cpu.s:2229:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 1 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 1 ^ asm/i386/cpu.s:2229:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 1 ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 1 ^ asm/i386/cpu.s:2229:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 1 ^ :11:1: error: unknown directive .Lusemap\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 1 ^ asm/i386/cpu.s:2229:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 1 ^ :13:1: error: unknown directive .Lfinish\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 1 ^ asm/i386/cpu.s:2229:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 1 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 2 ^ asm/i386/cpu.s:2230:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 2 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 2 ^ asm/i386/cpu.s:2230:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 2 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 2 ^ asm/i386/cpu.s:2230:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 2 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 2 ^ asm/i386/cpu.s:2230:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 2 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 2 ^ asm/i386/cpu.s:2230:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 2 ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 2 ^ asm/i386/cpu.s:2230:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 2 ^ :11:1: error: unknown directive .Lusemap\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 2 ^ asm/i386/cpu.s:2230:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 2 ^ :13:1: error: unknown directive .Lfinish\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 2 ^ asm/i386/cpu.s:2230:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 2 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 3 ^ asm/i386/cpu.s:2231:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 3 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 3 ^ asm/i386/cpu.s:2231:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 3 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 3 ^ asm/i386/cpu.s:2231:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 3 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 3 ^ asm/i386/cpu.s:2231:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 3 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 3 ^ asm/i386/cpu.s:2231:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 3 ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 3 ^ asm/i386/cpu.s:2231:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 3 ^ :11:1: error: unknown directive .Lusemap\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 3 ^ asm/i386/cpu.s:2231:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 3 ^ :13:1: error: unknown directive .Lfinish\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 3 ^ asm/i386/cpu.s:2231:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 3 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 4 ^ asm/i386/cpu.s:2232:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 4 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 4 ^ asm/i386/cpu.s:2232:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 4 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 4 ^ asm/i386/cpu.s:2232:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 4 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 4 ^ asm/i386/cpu.s:2232:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 4 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 4 ^ asm/i386/cpu.s:2232:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 4 ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 4 ^ asm/i386/cpu.s:2232:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 4 ^ :11:1: error: unknown directive .Lusemap\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 4 ^ asm/i386/cpu.s:2232:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 4 ^ :13:1: error: unknown directive .Lfinish\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 4 ^ asm/i386/cpu.s:2232:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 4 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 5 ^ asm/i386/cpu.s:2233:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 5 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 5 ^ asm/i386/cpu.s:2233:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 5 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 5 ^ asm/i386/cpu.s:2233:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 5 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 5 ^ asm/i386/cpu.s:2233:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 5 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 5 ^ asm/i386/cpu.s:2233:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 5 ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 5 ^ asm/i386/cpu.s:2233:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 5 ^ :11:1: error: unknown directive .Lusemap\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 5 ^ asm/i386/cpu.s:2233:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 5 ^ :13:1: error: unknown directive .Lfinish\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 5 ^ asm/i386/cpu.s:2233:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 5 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 6 ^ asm/i386/cpu.s:2234:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 6 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 6 ^ asm/i386/cpu.s:2234:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 6 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 6 ^ asm/i386/cpu.s:2234:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 6 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 6 ^ asm/i386/cpu.s:2234:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 6 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 6 ^ asm/i386/cpu.s:2234:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 6 ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 6 ^ asm/i386/cpu.s:2234:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 6 ^ :11:1: error: unknown directive .Lusemap\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 6 ^ asm/i386/cpu.s:2234:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 6 ^ :13:1: error: unknown directive .Lfinish\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 6 ^ asm/i386/cpu.s:2234:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 6 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 7 ^ asm/i386/cpu.s:2235:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 7 ^ :9:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 7 ^ asm/i386/cpu.s:2235:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 7 ^ :10:1: error: unknown directive .Lusemap\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 7 ^ asm/i386/cpu.s:2235:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 7 ^ :12:1: error: unknown directive .Lfinish\@: ^ :2:2: note: while in macro instantiation _readb ^ :2:2: note: while in macro instantiation _SET_MEM 7 ^ asm/i386/cpu.s:2235:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 7 ^ :5:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 7 ^ asm/i386/cpu.s:2235:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 7 ^ :10:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 7 ^ asm/i386/cpu.s:2235:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 7 ^ :11:1: error: unknown directive .Lusemap\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 7 ^ asm/i386/cpu.s:2235:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 7 ^ :13:1: error: unknown directive .Lfinish\@: ^ :6:2: note: while in macro instantiation _writeb ^ :2:2: note: while in macro instantiation _SET_MEM 7 ^ asm/i386/cpu.s:2235:2: note: while in macro instantiation _make_cb_hl_bit_op SET, 7 ^ :2:14: error: unexpected token in argument list jz .Lnotrace\@ ^ asm/i386/cpu.s:2273:2: note: while in macro instantiation _trace ^ :16:1: error: unknown directive .Lnotrace\@: ^ asm/i386/cpu.s:2273:2: note: while in macro instantiation _trace ^ :7:14: error: unexpected token in argument list jnz .Lusemap\@ ^ asm/i386/cpu.s:2275:2: note: while in macro instantiation _fetch ^ :11:14: error: unexpected token in argument list jmp .Lfinish\@ ^ asm/i386/cpu.s:2275:2: note: while in macro instantiation _fetch ^ :12:1: error: unknown directive .Lusemap\@: ^ asm/i386/cpu.s:2275:2: note: while in macro instantiation _fetch ^ :14:1: error: unknown directive .Lfinish\@: ^ asm/i386/cpu.s:2275:2: note: while in macro instantiation _fetch ^ :7:16: error: unexpected token in argument list jz .Lunaligned\@ ^ :5:2: note: while in macro instantiation _writew ^ asm/i386/cpu.s:2336:2: note: while in macro instantiation _push ^ :10:14: error: unexpected token in argument list jnz .Lusemap\@ ^ :5:2: note: while in macro instantiation _writew ^ asm/i386/cpu.s:2336:2: note: while in macro instantiation _push ^ :11:1: error: unknown directive .Lunaligned\@: ^ :5:2: note: while in macro instantiation _writew ^ asm/i386/cpu.s:2336:2: note: while in macro instantiation _push ^ :28:14: error: unexpected token in argument list jmp .Lfinish\@ ^ :5:2: note: while in macro instantiation _writew ^ asm/i386/cpu.s:2336:2: note: while in macro instantiation _push ^ :29:1: error: unknown directive .Lusemap\@: ^ :5:2: note: while in macro instantiation _writew ^ asm/i386/cpu.s:2336:2: note: while in macro instantiation _push ^ :32:1: error: unknown directive .Lfinish\@: ^ :5:2: note: while in macro instantiation _writew ^ asm/i386/cpu.s:2336:2: note: while in macro instantiation _push ^ *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/emulators/gnuboy/work/gnuboy-1.0.3 *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/emulators/gnuboy *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/emulators/gnuboy