pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2022-09-22
2022-09-22 09:35:42 by Tobias S. Josefowitz <tobij@tobij.de>
96f8f63fd4b6843805ac82926029d8261a318b40 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Debug.generate_perf_map(): Handle memory locations > MAX_INT_TYPE
2470:
&& !ref->inherit_offset) { PIKE_OPCODE_T *pc = p->program + id->func.offset; struct svalue sv;
-
SET
_
SVAL(sv, PIKE
_
T
_
INT, NUMBER
_
NUMBER
,
integer,
PTR_TO_INT(pc));
+
+
ulongest
_
to
_
svalue
_
no
_
free(&sv
,
(UINT64)
PTR_TO_INT(pc));
+
mapping_string_insert(m, id->name, &sv);
-
+
free_svalue(&sv);
} }