Skip to content

Commit

Permalink
Wire up some more
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Sep 26, 2024
1 parent 8d24b8b commit 12c4802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tracer/src/DisassemblyView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function DisassemblyView({ target, handlers, onSelectHandler, onA
return;
}
if (result === "") {
result = await executeR2Command("pdr");
result = await executeR2Command("pd");
}
if (ignore) {
return;
Expand Down

0 comments on commit 12c4802

Please sign in to comment.