Commit 2089b45a authored by Milad Fa's avatar Milad Fa Committed by Commit Bot

AIX: fix "function descriptors" typo

Change-Id: I92d4962354559990e346df7efae272ae1f74e528
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2431467Reviewed-by: 's avatarJunliang Yan <junyan@redhat.com>
Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
Commit-Queue: Milad Farazmand <mfarazma@redhat.com>
Cr-Commit-Position: refs/heads/master@{#70136}
parent 92f815a8
...@@ -64,7 +64,7 @@ asm( ...@@ -64,7 +64,7 @@ asm(
#if defined(_AIX) #if defined(_AIX)
// Set up TOC for callee. // Set up TOC for callee.
" ld 2,8(5) \n" " 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 // 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. // need to deterrence.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment