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

pull/1120/head
Paul Sokolovsky 2015-02-14 02:20:06 +08:00
rodzic 99f3f6b5de
commit 089c3f321e
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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)
// ^ ^

Wyświetl plik

@ -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)
// ^ ^