diff options
| author | Jon French | 2018-10-24 12:31:08 +0100 |
|---|---|---|
| committer | Jon French | 2018-10-24 12:31:08 +0100 |
| commit | 6305947a929778bb7781056124913c4c2ac23d5c (patch) | |
| tree | 40711eb353db7b1236fbdb4d53ca997b349c00c9 /lib/sail.h | |
| parent | 79b4208d7b5a7e97aca1018a7d6b482d6db13500 (diff) | |
Interpreter, RISC-V: move memory actions to parts of the interpreter response and refactor RISC-V model accordingly
Diffstat (limited to 'lib/sail.h')
| -rw-r--r-- | lib/sail.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -329,6 +329,8 @@ void string_length(sail_int *len, sail_string s); void string_drop(sail_string *dst, sail_string s, sail_int len); void string_take(sail_string *dst, sail_string s, sail_int len); +void opt_spc_matches_prefix(zoption *dst, sail_string s); + /* ***** Printing ***** */ void string_of_int(sail_string *str, const sail_int i); |
