Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arch,entry: fix error_code and vector storing for 32bit mode
In 64bit mode push 64bit 0 value on the stack as the aligning error code and overwrite upper 32 bits of it with vector value. In 32bit mode push 32bit 0 value on the stack as the aligning error code and push vector value additionally. Signed-off-by: Pawel Wieczorkiewicz <[email protected]>
- Loading branch information