diff options
Diffstat (limited to 'cpu/beta_cpu/alpha_dyn_inst_impl.hh')
-rw-r--r-- | cpu/beta_cpu/alpha_dyn_inst_impl.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/beta_cpu/alpha_dyn_inst_impl.hh b/cpu/beta_cpu/alpha_dyn_inst_impl.hh index 4a3ae99d4..3f530e182 100644 --- a/cpu/beta_cpu/alpha_dyn_inst_impl.hh +++ b/cpu/beta_cpu/alpha_dyn_inst_impl.hh @@ -129,7 +129,8 @@ template <class Impl> void AlphaDynInst<Impl>::syscall() { - this->cpu->syscall(); + this->cpu->syscall(this->threadNumber); +// this->cpu->syscall(); } #endif |