mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
import of lang/spidermonkey18. Approved by: Dan Rench <citric@cubicone.tmetic.com> (maintainer) Approved by: eadler (mentor)
11 lines
461 B
C
11 lines
461 B
C
--- jsopcode.c 2007-09-27 20:30:18.000000000 +0200
|
|
+++ jsopcode.c 2008-06-19 16:10:44.000000000 +0200
|
|
@@ -262,7 +262,7 @@
|
|
pc2 += jmplen;
|
|
npairs = GET_ATOM_INDEX(pc2);
|
|
pc2 += ATOM_INDEX_LEN;
|
|
- fprintf(fp, " offset %d npairs %u", off, (uintN) npairs);
|
|
+ fprintf(fp, " offset %td npairs %u", off, (uintN) npairs);
|
|
while (npairs) {
|
|
atom = GET_ATOM(cx, script, pc2);
|
|
pc2 += ATOM_INDEX_LEN;
|