diff options
| author | Alasdair Armstrong | 2019-01-29 19:24:11 +0000 |
|---|---|---|
| committer | Alasdair Armstrong | 2019-01-29 19:24:35 +0000 |
| commit | cca2016b7a339da00fcf8ffdf8e5e758234a0234 (patch) | |
| tree | b980efb937a206b01270fe4d029138551d08003a /lib/sail.h | |
| parent | 36fd3c158c08af5b48d9801a607f3be812d2ecc7 (diff) | |
Fixes for full v8.5
Diffstat (limited to 'lib/sail.h')
| -rw-r--r-- | lib/sail.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -116,6 +116,7 @@ bool gteq(const sail_int, const sail_int); * Left and right shift for integers */ mach_int shl_mach_int(const mach_int, const mach_int); +mach_int shr_mach_int(const mach_int, const mach_int); SAIL_INT_FUNCTION(shl_int, sail_int, const sail_int, const sail_int); SAIL_INT_FUNCTION(shr_int, sail_int, const sail_int, const sail_int); |
