Bug 282898

Summary: [RISCV] Add MacroAssemblerRISCV64 implementations for add8
Product: WebKit Reporter: MingZhu Yan <yanmingzhu>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

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.