Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
llvm-epi
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Roger Ferrer
llvm-epi
Commits
ebca38a4
Commit
ebca38a4
authored
12 years ago
by
Filipe Cabecinhas
Browse files
Options
Downloads
Patches
Plain Diff
Fixed a typo.
llvm-svn: 164777
parent
7345a357
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
+1
-1
1 addition, 1 deletion
lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
with
1 addition
and
1 deletion
lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
+
1
−
1
View file @
ebca38a4
...
...
@@ -589,7 +589,7 @@ ABISysV_x86_64::SetReturnValueObject(lldb::StackFrameSP &frame_sp, lldb::ValueOb
DataExtractor
data
;
size_t
num_bytes
=
new_value_sp
->
GetData
(
data
);
uint32_t
offset
=
0
;
if
(
num_bytes
<=
64
)
if
(
num_bytes
<=
8
)
{
uint64_t
raw_value
=
data
.
GetMaxU64
(
&
offset
,
num_bytes
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment