Ran
|
Files
89
|
Run time
5s
|
Badge
Embed ▾
README BADGES
|
push
github
x64: Properly fix __call metamethod return dispatch. Reported by Sergey Kaplun. (cherry-picked from commit d133d67c8) This patch is the follow-up for the commit 1672bdc0f ("x64: Fix __call metamethod return dispatch."). That patch uses the incorrect macro x64 (which is undefined in dasm) instead of X64. `KBASE` (r15d) is still compared against `BASE` (edx) instead of `KBASEa` (r15) against rdx. This patch fixes the typo, so the correct registers are chosen. Sergey Kaplun: * added the description for the problem Part of tarantool/tarantool#9145 Reviewed-by: Igor Munkin <imun@tarantool.org> Reviewed-by: Maxim Kokryashkin <m.kokryashkin@tarantool.org> Signed-off-by: Igor Munkin <imun@tarantool.org>
5339 of 5972 branches covered (0.0%)
Branch coverage included in aggregate %.
20481 of 23296 relevant lines covered (87.92%)
2744208.7 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|