py/asm*.c: Typo fixes in comments.
This commit is contained in:
parent
99f3f6b5de
commit
089c3f321e
|
@ -591,7 +591,7 @@ void asm_x64_exit(asm_x64_t *as) {
|
|||
// - numbered 0 through as->num_locals-1
|
||||
// - RBP points above the last local
|
||||
//
|
||||
// | RPB
|
||||
// | RBP
|
||||
// v
|
||||
// l0 l1 l2 ... l(n-1)
|
||||
// ^ ^
|
||||
|
|
|
@ -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
|
||||
// - EBP points above the last local
|
||||
//
|
||||
// | EPB
|
||||
// | EBP
|
||||
// v
|
||||
// l0 l1 l2 ... l(n-1)
|
||||
// ^ ^
|
||||
|
|
Loading…
Reference in New Issue