Provide write() for mepc

This commit is contained in:
Vadim Kaushan 2019-06-25 23:48:47 +03:00
parent 7a8d3d1f6c
commit 298a8b6f6e
No known key found for this signature in database
GPG Key ID: A501C5DF67C05C4E
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
//! mepc register
read_csr_as_usize!(0x341, __read_mepc);
write_csr_as_usize!(0x341, __write_mepc);