-
Notifications
You must be signed in to change notification settings - Fork 683
Fix receiving of byte-code instructions from serializer #227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7f4ad37
to
bc0287c
Compare
opcode_t | ||
serializer_get_opcode (opcode_counter_t oc) | ||
serializer_get_opcode (const opcode_t* opcodes_p, /**< pointer to byte-code array (or NULL, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
opcode_t *opcodes_p
Good to me, after fixing. |
bc0287c
to
f6f2c1f
Compare
Pull request is updated:
|
@@ -179,7 +179,10 @@ dump_asm (opcode_counter_t oc, opcode_t opcode) | |||
} | |||
|
|||
void | |||
pp_op_meta (opcode_counter_t oc, op_meta opm, bool rewrite) | |||
pp_op_meta (const opcode_t* opcodes_p, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect alignment of the *
.
aside from the minor style issue it looks good to me. |
f6f2c1f
to
eb28b09
Compare
Pull request is updated:
|
|
Related issue: #203 JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
eb28b09
to
ab2abfa
Compare
Related issue: #203