Bug 282898
| Summary: | [RISCV] Add MacroAssemblerRISCV64 implementations for add8 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | MingZhu Yan <yanmingzhu> |
| Component: | JavaScriptCore | Assignee: | 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
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
Pull request: https://github.com/WebKit/WebKit/pull/36459
Radar WebKit Bug Importer
<rdar://problem/140074571>