py/asm*.c: Typo fixes in comments.

This commit is contained in:
Paul Sokolovsky 2015-02-14 02:20:06 +08:00
parent 99f3f6b5de
commit 089c3f321e
2 changed files with 2 additions and 2 deletions

View File

@ -591,7 +591,7 @@ void asm_x64_exit(asm_x64_t *as) {
// - numbered 0 through as->num_locals-1 // - numbered 0 through as->num_locals-1
// - RBP points above the last local // - RBP points above the last local
// //
// | RPB // | RBP
// v // v
// l0 l1 l2 ... l(n-1) // l0 l1 l2 ... l(n-1)
// ^ ^ // ^ ^

View File

@ -499,7 +499,7 @@ void asm_x86_mov_r32_to_arg(asm_x86_t *as, int src_r32, int dest_arg_num) {
// - numbered 0 through as->num_locals-1 // - numbered 0 through as->num_locals-1
// - EBP points above the last local // - EBP points above the last local
// //
// | EPB // | EBP
// v // v
// l0 l1 l2 ... l(n-1) // l0 l1 l2 ... l(n-1)
// ^ ^ // ^ ^