Browse Source

Merge pull request #654 from changuoqiang/master

Update linux-initialization-2.md
0xAX 6 years ago
parent
commit
b50008f768
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Initialization/linux-initialization-2.md

+ 2 - 1
Initialization/linux-initialization-2.md

@@ -299,7 +299,8 @@ As we may know, CPU pushes flag register, `CS` and `RIP` on the stack before cal
 | %rflags            |
 | %cs                |
 | %rip               |
-| error code         | <-- %rsp
+| error code         |
+| vector number      |<-- %rsp
 |--------------------|
 ```