summary refs log tree commit diff stats
path: root/lib/stdlib.nimble
diff options
context:
space:
mode:
authorflywind <xzsflywind@gmail.com>2022-02-08 15:34:44 +0800
committerGitHub <noreply@github.com>2022-02-08 08:34:44 +0100
commit27e548140b0f51a8dbc6f6094764e02f08ae509e (patch)
tree6d88cdba51cde343054d8adf8f5fedfed9475052 /lib/stdlib.nimble
parent801c0f0369779a47da2ef6618abea11feb390973 (diff)
downloadNim-27e548140b0f51a8dbc6f6094764e02f08ae509e.tar.gz
don't use a temp for addr [backport: 1.6] (#19503)
* don't use a temp for addr

fix #19497

* Update compiler/ccgcalls.nim

Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>

* add a test

Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
Diffstat (limited to 'lib/stdlib.nimble')
0 files changed, 0 insertions, 0 deletions
ik.com> 2022-09-03 14:13:22 -0700 editing source code from within the app' href='/akkartik/view.love/commit/colorize.lua?id=e1c5a42f311fdafd88506726bbe480f3fcc2d1a3'>e1c5a42 ^
d5c34ba ^
e1c5a42 ^




d5c34ba ^
e1c5a42 ^
d5c34ba ^


e1c5a42 ^























22bf3da ^
e1c5a42 ^











22bf3da ^
e1c5a42 ^




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
82