mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
HPPA (PA-RISC) host support
(Stuart Brady) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4199 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
339dea2774
commit
f54b3f920f
17 changed files with 4505 additions and 13 deletions
|
@ -88,8 +88,9 @@ static const int tcg_target_call_oarg_regs[2] = {
|
|||
};
|
||||
|
||||
static void patch_reloc(uint8_t *code_ptr, int type,
|
||||
tcg_target_long value)
|
||||
tcg_target_long value, tcg_target_long addend)
|
||||
{
|
||||
value += addend;
|
||||
switch (type) {
|
||||
case R_SPARC_32:
|
||||
if (value != (uint32_t)value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue