mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
signed
is required for Rasbian (x86_64).
* tool/ruby_vm/views/_insn_stack_increase.erb: specify `signed` explicitly for systems which use `unsigned` for `char` type. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0d654f3dee
commit
39c2149840
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ insn_stack_increase_dispatch(enum ruby_vminsn_type insn, const VALUE *opes)
|
||||||
}.join(', ') -%>,
|
}.join(', ') -%>,
|
||||||
% end
|
% end
|
||||||
};
|
};
|
||||||
char c = t[insn];
|
signed char c = t[insn];
|
||||||
|
|
||||||
ASSERT_VM_INSTRUCTION_SIZE(t);
|
ASSERT_VM_INSTRUCTION_SIZE(t);
|
||||||
if (c != -127) {
|
if (c != -127) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue