Browse Source

Bugfix in glitch parse

RAZ numeric token flag
Yann Weber 5 years ago
parent
commit
531206106e
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      yaglitch.asm

+ 1
- 0
yaglitch.asm View File

@@ -267,6 +267,7 @@ parse:
267 267
 		stosq
268 268
 		xor rax, rax
269 269
 		xor r11, r11 ; numeric token length raz
270
+		xor r10, r10 ; numeric token flag raz
270 271
 		xchg rax, rdx
271 272
 		shl rax, 32 ; shl to allow reading as dword ?
272 273
 		stosq

Loading…
Cancel
Save