WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
MingZhu Yan
Comment 1
2024-11-10 09:03:23 PST
Pull request:
https://github.com/WebKit/WebKit/pull/36459
Radar WebKit Bug Importer
Comment 2
2024-11-17 08:53:13 PST
<
rdar://problem/140074571
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug