Skip to content

Commit e01c9c7

Browse files
committed
fix sign of integer variable
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent d67b903 commit e01c9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addr2line.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ struct LineNumberProgramHeader {
283283
uint8_t minimum_instruction_length;
284284
uint8_t maximum_operations_per_instruction;
285285
uint8_t default_is_stmt;
286-
uint8_t line_base;
286+
int8_t line_base;
287287
uint8_t line_range;
288288
uint8_t opcode_base;
289289
/* uint8_t standard_opcode_lengths[opcode_base-1]; */

0 commit comments

Comments
 (0)