Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:RISCV
webkit2gtk3
riscv.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File riscv.patch of Package webkit2gtk3
Index: webkitgtk-2.46.2/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp =================================================================== --- webkitgtk-2.46.2.orig/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp +++ webkitgtk-2.46.2/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp @@ -584,6 +584,8 @@ JSValue CLoop::execute(OpcodeID entryOpc #define OFFLINE_ASM_ALIGN_TRAP(align) OFFLINE_ASM_BEGIN_SPACER "\n .balign " #align ", 0xcc\n" // pad with int 3 instructions #elif CPU(ARM) #define OFFLINE_ASM_ALIGN_TRAP(align) OFFLINE_ASM_BEGIN_SPACER "\n .balignw " #align ", 0xde00\n" // pad with udf instructions +#elif CPU(RISCV64) +#define OFFLINE_ASM_ALIGN_TRAP(align) OFFLINE_ASM_BEGIN_SPACER "\n .balignw " #align ", 0x9002\n" // pad with c.ebreak instructions #endif #define OFFLINE_ASM_EXPORT_SYMBOL(symbol)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor