Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeek <wpreul@gmail.com>2017-08-28 21:19:47 +0300
committerMichaƫl Zasso <targos@protonmail.com>2017-10-19 03:03:11 +0300
commit8f9e738a692a4617c905cd622473b0bc53630a62 (patch)
tree3fa32fc6d2f17c80245677ddf9494a6dc748bbf9 /src/v8ustack.d
parenta7487c92e208004a7da0e98d395306a4a9e780ef (diff)
src: update ustack offset identifiers
PR-URL: https://github.com/nodejs/node/pull/15362 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'src/v8ustack.d')
-rw-r--r--src/v8ustack.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v8ustack.d b/src/v8ustack.d
index 414a39268f8..0f403bae655 100644
--- a/src/v8ustack.d
+++ b/src/v8ustack.d
@@ -599,7 +599,7 @@ APPEND_V8STR(this->scriptnamestr, this->scriptnamelen, this->scriptnameattrs)
dtrace:helper:ustack:
/!this->done/
{
- this->position = COPYIN_UINT32(this->shared + V8_OFF_SHARED_FUNTOK);
+ this->position = COPYIN_UINT32(this->shared + V8_OFF_SHARED_FUNIDENT);
this->line_ends = COPYIN_PTR(this->script + V8_OFF_SCRIPT_LENDS);
this->map = V8_MAP_PTR(COPYIN_PTR(this->line_ends + V8_OFF_HEAPOBJ_MAP));
this->le_attrs = COPYIN_UINT8(this->map + V8_OFF_MAP_ATTRS);