mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-24 04:22:22 +00:00
ch3.4: 注释错误
This commit is contained in:
parent
8bf187e835
commit
d12755b32a
@ -90,8 +90,8 @@ TEXT ·Swap(SB), $0-32
|
||||
|
||||
```
|
||||
TEXT ·Swap(SB), $0
|
||||
MOVQ a+0(FP), AX // a = AX
|
||||
MOVQ b+8(FP), BX // b = BX
|
||||
MOVQ a+0(FP), AX // AX = a
|
||||
MOVQ b+8(FP), BX // BX = b
|
||||
MOVQ BX, ret0+16(FP) // ret0 = BX
|
||||
MOVQ AX, ret1+24(FP) // ret1 = AX
|
||||
RET
|
||||
|
Loading…
x
Reference in New Issue
Block a user