]> git.saurik.com Git - apple/boot.git/blobdiff - i386/nasm/outcoff.c
boot-132.tar.gz
[apple/boot.git] / i386 / nasm / outcoff.c
index b4c751a8113513a9bbdfeed5708339b20ebd6957..ec7e81ebbee5aa750e0b6b13a673263bae3fe3a1 100644 (file)
@@ -689,7 +689,7 @@ static void coff_write_symbols (void) {
      * The real symbols.
      */
     saa_rewind (syms);
-    for (i=0; i<nsyms; i++) {
+    for (i=0; i<(int)nsyms; i++) {
        struct Symbol *sym = saa_rstruct (syms);
        coff_symbol (sym->strpos == -1 ? sym->name : NULL,
                     sym->strpos, sym->value, sym->section,