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