diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2023-11-07 11:25:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-07 11:25:57 +0100 |
commit | e081f565cb658a173c0a3fbe562beda937ed2cc4 (patch) | |
tree | b262afca004f156f32ac377818b8f245eb01e56f /compiler/ic/rodfiles.nim | |
parent | f5bbdaf9069f59fd4baeb977f49bb6caa19343af (diff) | |
download | Nim-e081f565cb658a173c0a3fbe562beda937ed2cc4.tar.gz |
IC: use better packed line information format (#22917)
Diffstat (limited to 'compiler/ic/rodfiles.nim')
-rw-r--r-- | compiler/ic/rodfiles.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ic/rodfiles.nim b/compiler/ic/rodfiles.nim index be5095fbb..968bf255f 100644 --- a/compiler/ic/rodfiles.nim +++ b/compiler/ic/rodfiles.nim @@ -112,7 +112,7 @@ type # better than exceptions. const - RodVersion = 1 + RodVersion = 2 defaultCookie = [byte(0), byte('R'), byte('O'), byte('D'), byte(sizeof(int)*8), byte(system.cpuEndian), byte(0), byte(RodVersion)] |