diff options
Diffstat (limited to 'arch/alpha/arguments.cc')
-rw-r--r-- | arch/alpha/arguments.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/arguments.cc b/arch/alpha/arguments.cc index 338581e32..fe6e78abc 100644 --- a/arch/alpha/arguments.cc +++ b/arch/alpha/arguments.cc @@ -62,6 +62,7 @@ AlphaArguments::getArg(bool fp) Addr paddr = vtophys(xc, sp + (number-6) * sizeof(uint64_t)); // @todo: This read must go through the system or something else. // return xc->getPhysMemPtr()->phys_read_qword(paddr); + panic("Need to fix alpha arguments\n"); return 0; } } |