NEW 282898
[RISCV] Add MacroAssemblerRISCV64 implementations for add8
https://bugs.webkit.org/show_bug.cgi?id=282898
Summary [RISCV] Add MacroAssemblerRISCV64 implementations for add8
MingZhu Yan
Reported 2024-11-10 08:52:51 PST
Meet this error during compiling on my riscv64gc board ```txt In file included from /home/debian/repo/WebKit/webkitbuild/JavaScriptCore/DerivedSources/unified-sources/UnifiedSource-f@a787a9-7.cpp:5: /home/debian/repo/WebKit/Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp:5004:17: error: no member named 'add8' in 'JSC::CCallHelpers' jit.add8(CCallHelpers:: TrustedImm32(1), CCallHelpers::Address(m_stubInfo.m_stubInfoGPR, StructureStubInfo::offset0fCountdown())); ~~~ ^ ```
Attachments
MingZhu Yan
Comment 1 2024-11-10 09:03:23 PST
Radar WebKit Bug Importer
Comment 2 2024-11-17 08:53:13 PST
Note You need to log in before you can comment on or make changes to this bug.