mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
6888953: some calls to function-like macros are missing semicolons
Reviewed-by: pbk, kvn
This commit is contained in:
parent
83f1d02a67
commit
7e76feaf42
31 changed files with 36 additions and 35 deletions
|
@ -457,7 +457,7 @@ void TemplateInterpreterGenerator::set_entry_points(Bytecodes::Code code) {
|
|||
|
||||
void TemplateInterpreterGenerator::set_wide_entry_point(Template* t, address& wep) {
|
||||
assert(t->is_valid(), "template must exist");
|
||||
assert(t->tos_in() == vtos, "only vtos tos_in supported for wide instructions")
|
||||
assert(t->tos_in() == vtos, "only vtos tos_in supported for wide instructions");
|
||||
wep = __ pc(); generate_and_dispatch(t);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue