Skip to content
Snippets Groups Projects
Commit 089c3f32 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

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

parent 99f3f6b5
No related branches found
No related tags found
No related merge requests found
......@@ -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)
// ^ ^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment