AIX: fix "function descriptors" typo
Change-Id: I92d4962354559990e346df7efae272ae1f74e528 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2431467 Reviewed-by: Junliang Yan <junyan@redhat.com> Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Milad Farazmand <mfarazma@redhat.com> Cr-Commit-Position: refs/heads/master@{#70136}
This commit is contained in:
parent
92f815a80d
commit
2089b45adb
@ -64,9 +64,9 @@ asm(
|
||||
#if defined(_AIX)
|
||||
// Set up TOC for callee.
|
||||
" ld 2,8(5) \n"
|
||||
// AIX uses function decorators, which means that
|
||||
// AIX uses function descriptors, which means that
|
||||
// pointers to functions do not point to code, but
|
||||
// instead point to metadata about them, hence
|
||||
// instead point to metadata about them, hence
|
||||
// need to deterrence.
|
||||
" ld 6,0(6) \n"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user