x86: bugfix: lret instruction has to increment the stack pointer
Review Request #1825 - Created April 16, 2013 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Christian Menard | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
x86: bugfix: lret instruction has to increment the stack pointer lret does not increment the stack pointer which results in misbehavior. I am not sure if this is the best way to fix this, but it works for me.
Tested with a custom kernel.
