This account is not set to public on notestock.
Developer of iMast https://github.com/cinderella-project/iMast (Third-party Mastodon client for iOS)
あと一応 Misskey の Collabolator だったり Quesdon を昔作ってたりしました
渋谷凛のことが大好き。
フォロリクはお気軽に。
FANBOXを始めました https://rinsuki.fanbox.cc/
This account is not set to public on notestock.
@zhuowei @saagar I commited it https://github.com/rinsuki-lab/dynarmic/commit/3c192691bb1ad9d898339663742999df2f5d2853
in this session https://mstdn.rinsuki.net/@rinsuki/110223704661104261 ,
(lldb) memory region 0x10bec4020
[0x000000010bec4000-0x000000010bec8000) r--
Modified memory (dirty) page list provided, 1 entries.
Dirty pages: 0x10bec4000.
... is it jumping to wrong address, not JIT itself problem...?
@zhuowei if you mean "tap app in home screen to launch, then attach Xcode, and start emulation", yes
@zhuowei "description":"(Instruction Abort) Translation fault" (it seems in JITed block), called from "symbol":"Core::DynarmicExclusiveMonitor::DynarmicExclusiveMonitor(Memory::MemorySystem&, unsigned long)" (i will attach Xcode and take more info later)
@zhuowei did you know some trap about JIT on iOS? since i just build ipa on GHA https://github.com/rinsuki/citra/actions/runs/4736859593 but somehows it will crash when JIT is enabled (=debugger is attached), but build from my Xcode will not crash. my branch of dynarmic is here: https://github.com/rinsuki-lab/dynarmic/commits/ios-way