Skip to content

tc-print: show PC-relative literal values in offline AArch64 disasm#9699

Open
igogo-x86 wants to merge 2 commits intofacebook:masterfrom
igogo-x86:aarch64-tcprint-show-literal-values
Open

tc-print: show PC-relative literal values in offline AArch64 disasm#9699
igogo-x86 wants to merge 2 commits intofacebook:masterfrom
igogo-x86:aarch64-tcprint-show-literal-values

Conversation

@igogo-x86
Copy link
Contributor

No description provided.

@meta-cla meta-cla bot added the CLA Signed label Dec 23, 2025
@meta-codesync
Copy link

meta-codesync bot commented Dec 23, 2025

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this in D89730220. (Because this pull request was imported automatically, there will not be any future comments.)

auto const literalAddr = frontier->LiteralAddress();
auto const codeBegin = reinterpret_cast<uint8_t*>(code);
auto const codeEnd = codeBegin + codeLen;
if (literalAddr >= codeBegin && literalAddr + literalSize <= codeEnd) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The <= should be < instead.

@igogo-x86 igogo-x86 force-pushed the aarch64-tcprint-show-literal-values branch from abfacc0 to a9f35c0 Compare February 4, 2026 12:15
@facebook-github-bot
Copy link
Contributor

@igogo-x86 has updated the pull request. You must reimport the pull request before landing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants