We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
op_exec_prepare()でffが0b11の場合、addrpから4バイト読み込む処理がありますが、addrpが4バイトアライメントになっていない場合、アライメントエラーが発生するCPUもあります(x86、x64は問題ありません)。 PCが4の倍数でない場合に発生します。
addr = cpu->reg.pc + 4U; err = bus_get_pointer(cpu->core_id, addr, (uint8**)&addrp); case 0b11: cpu->reg.r[30] = (*((uint32*)addrp));
The text was updated successfully, but these errors were encountered:
こちらは,rh850版のathrillですね.
Sorry, something went wrong.
本issueは,以下で管理させていただきます.
toppers/athrill-target-rh850f1x#33
athrillとしては,クローズします.
No branches or pull requests
op_exec_prepare()でffが0b11の場合、addrpから4バイト読み込む処理がありますが、addrpが4バイトアライメントになっていない場合、アライメントエラーが発生するCPUもあります(x86、x64は問題ありません)。
PCが4の倍数でない場合に発生します。
The text was updated successfully, but these errors were encountered: