]> git.saurik.com Git - apple/boot.git/blobdiff - i386/nasm/outaout.c
boot-132.tar.gz
[apple/boot.git] / i386 / nasm / outaout.c
index 1faa6132735b1add1d674f4ff87a9fdd949b1fa5..a2d211a416ff145c9a0c737b3e753fe31ce3e1be 100644 (file)
@@ -832,7 +832,7 @@ static void aout_write_syms (void) {
     int i;
 
     saa_rewind (syms);
-    for (i=0; i<nsyms; i++) {
+    for (i=0; i<(int)nsyms; i++) {
        struct Symbol *sym = saa_rstruct(syms);
        fwritelong (sym->strpos, aoutfp);
        fwritelong ((long)sym->type & ~SYM_WITH_SIZE, aoutfp);