aboutgitcodelistschat:MatrixIRC
path: root/cooker/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'cooker/match.c')
-rw-r--r--cooker/match.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cooker/match.c b/cooker/match.c
index 776823d..c1f5fa8 100644
--- a/cooker/match.c
+++ b/cooker/match.c
@@ -106,9 +106,9 @@ ______________________ _____________
case GNU_DEV_MINOR:
/*
xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx
- ____________________________ ________
+ _____________ ________
*/
- v.v_num = 0xff | ((long long)0xffffff << 12);
+ v.v_num = 0xff | ((long long)0xfff << 20);
mask_offset = emit_data(g, U64, 0, &v);
offset = emit_bitwise(g, U64, BITWISE_AND, NULL_OFFSET,
offset, mask_offset);