aboutsummaryrefslogtreecommitdiff
path: root/lib/dis.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dis.h')
-rw-r--r--lib/dis.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/dis.h b/lib/dis.h
index 99f3a7c..ba2a6c7 100644
--- a/lib/dis.h
+++ b/lib/dis.h
@@ -67,7 +67,9 @@ static inline unsigned bs_set(struct bitslice bs, unsigned new, unsigned op) {
return op;
}
-static inline struct bitslice bs_slice_(struct bitslice bs, struct bitslice_run *runs, int lo, int size) {
+static inline struct bitslice bs_slice_(struct bitslice bs,
+ struct bitslice_run *runs,
+ int lo, int size) {
int nruns = 0;
for(int i = 0; i < bs.nruns; i++) {
struct bitslice_run inr = bs.runs[i];