emit.c: emit_named_unsigned: call emit_unsigned instead of emit_int
commit9e7494a19a9feb06d07e8371483ef68129571b2a
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 25 Dec 2016 08:50:52 +0000 (25 09:50 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 26 Dec 2016 10:37:49 +0000 (26 11:37 +0100)
tree3b7b40d3c35e8067d65cd8774a20c1977fd6997d
parent9acba5f8781759b86768412d443a8f702d5970e1
emit.c: emit_named_unsigned: call emit_unsigned instead of emit_int

Both emit_named_unsigned and emit_unsigned were introduced in
6c48ded (pet_scop: keep track of start and end file offsets of
the extracted scop, Thu Jan 24 15:20:43 2013 +0100), so
the intention was clearly for emit_named_unsigned to call emit_unsigned,
but emit_int got called instead.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
emit.c