commit | 80f283b04153ae1bf5a903205bc2f2a83aab7f15 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Tue Dec 03 14:28:58 2019 +0900 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 08 19:10:21 2019 +0800 |
tree | f35ad6e8999c51ff9369843db699287a3f383a78 | |
parent | 19f2a6d8ad7589b1f16c3bdda07c0c272767f85c [diff] |
x86: simplify ljmp to 32-bit code You can directly specify the label as the operand for ljmp. This commit saves 4-byte code. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com> [bmeng: fixed the gas warning] Signed-off-by: Bin Meng <bmeng.cn@gmail.com>