summary refs log tree commit diff stats
path: root/lib/std/vmutils.nim
diff options
context:
space:
mode:
authorflywind <43030857+xflywind@users.noreply.github.com>2022-06-22 14:43:58 +0800
committerGitHub <noreply@github.com>2022-06-22 08:43:58 +0200
commit3cb2d7af0591b12044d4be20dfb6d7f7ff79a4ff (patch)
tree93d1b48e72752f49c129b08e84dfce588eb7c4fe /lib/std/vmutils.nim
parenta65db5e2e924c51af7c654f8e564332299b95cb3 (diff)
downloadNim-3cb2d7af0591b12044d4be20dfb6d7f7ff79a4ff.tar.gz
[vm]fixes #15974 #12551 #19464 #16020 #16780 #16613 #14553 #19909 #18641 (#19902) [backport]
* revert #12217 since the root problem seems to have been fixed; fix #15974;fix #12551; fix #19464

* fix #16020; fix #16780

* fix tests and #16613

* fix #14553

* fix #19909; skip skipRegisterAddr

* fix #18641
Diffstat (limited to 'lib/std/vmutils.nim')
0 files changed, 0 insertions, 0 deletions
at@tilde.institute> 2022-12-02 15:38:38 -0500 Added a comment planning what to do tomorrow' href='/elioat/december-2022/commit/src/pokedex.rkt?id=7a222e45f766983c32571c89c54e454273830859'>7a222e4 ^
7cced76 ^
a76b6b2 ^
bd05807 ^
7cced76 ^
5f74b7b ^
7cced76 ^
a76b6b2 ^










4c22154 ^
5f74b7b ^






cdffe0c ^
5f74b7b ^

cdffe0c ^
7a62b57 ^


























1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81