Commit abb1e3c
committed
Time::HiRes TMR_newSVnv_mortal() move SvNV_set() after SvNOK_on(), aliasing
-Originally I thought SvANY() aka SvNV_set() needs to be read/written
first so CC doesn't think SvNOK_on() somehow rewrote SvANY or SvNVX()
but I was wrong, SvNV_set(_nsv, _nv) was breaking up SvNOK_on() and
SvTEMP_on() from combining.1 parent 485fa08 commit abb1e3c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
217 | 216 | | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
0 commit comments