summaryrefslogtreecommitdiffstats
path: root/staptree.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'staptree.cxx')
-rw-r--r--staptree.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/staptree.cxx b/staptree.cxx
index 811605ca..eb811e49 100644
--- a/staptree.cxx
+++ b/staptree.cxx
@@ -136,7 +136,7 @@ functiondecl::functiondecl ():
}
-literal_number::literal_number (long v)
+literal_number::literal_number (int64_t v)
{
value = v;
type = pe_long;