From 9e012462f53113dc9ed00d7fbb89aeafeb9b89e9 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Thu, 2 Feb 2017 19:25:49 -0800 Subject: Fix interrupt delegation for coprocessors --- riscv/execute.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscv/execute.cc') diff --git a/riscv/execute.cc b/riscv/execute.cc index eb9fe4b..ebc9dc7 100644 --- a/riscv/execute.cc +++ b/riscv/execute.cc @@ -96,7 +96,7 @@ void processor_t::step(size_t n) try { - take_interrupt(); + take_pending_interrupt(); if (unlikely(slow_path())) { -- cgit v1.1