aboutsummaryrefslogtreecommitdiff
path: root/debug_rom/debug_rom.S
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2016-05-02 18:07:51 -0700
committerTim Newsome <tim@sifive.com>2016-05-23 12:12:11 -0700
commitfdc92ba2c5ad75abf1e86c87ea23fb7d7dd00ca1 (patch)
treeba46567c0ffcc37f0fd3e3e46217f51e071ba6ad /debug_rom/debug_rom.S
parent19f33802a18c23765515324167276b2a47ec8e22 (diff)
downloadspike-fdc92ba2c5ad75abf1e86c87ea23fb7d7dd00ca1.zip
spike-fdc92ba2c5ad75abf1e86c87ea23fb7d7dd00ca1.tar.gz
spike-fdc92ba2c5ad75abf1e86c87ea23fb7d7dd00ca1.tar.bz2
Add dret.
Diffstat (limited to 'debug_rom/debug_rom.S')
-rwxr-xr-xdebug_rom/debug_rom.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/debug_rom/debug_rom.S b/debug_rom/debug_rom.S
index 35dd406..e7e99d0 100755
--- a/debug_rom/debug_rom.S
+++ b/debug_rom/debug_rom.S
@@ -71,8 +71,7 @@ check_halt:
exit:
# Restore s0.
csrr s0, DSCRATCH
- # TODO: dret?
- sret
+ dret
_entry: