Skip to content

Commit

Permalink
Update jobbole#114 90 分钟学习现代微处理器.md
Browse files Browse the repository at this point in the history
  • Loading branch information
white-rabit authored Jul 8, 2019
1 parent d7e0fd5 commit 1bc2392
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions translation/#114 90 分钟学习现代微处理器.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,10 @@ Another key problem for pipelining is branches. Consider the following code sequ

将被编译为:

cmp a, 7 ; a > 7 ?
ble L1
mov c, b ; b = c
br L2
cmp a, 7 ; a > 7 ?
ble L1
mov c, b ; b = c
br L2
L1: mov d, b ; b = d
L2: ...

Expand Down

0 comments on commit 1bc2392

Please sign in to comment.