Skip to content

Commit

Permalink
remove cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Aug 4, 2024
1 parent 551b377 commit 135e3ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ntdll.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ Windows 11 v10.0.22621.1928
│ 88 │ NtWriteRequestData │ 87 │ 0x57 │
│ 89 │ NtOpenDirectoryObject │ 88 │ 0x58 │
│ 90 │ NtAccessCheckByTypeAndAuditAlarm │ 89 │ 0x59 │
│ 91 │ NtQuerySystemTime │ 91 │ 0x5b │
│ 92 │ NtWaitForMultipleObjects │ 91 │ 0x5b │
│ 91 │ NtWaitForMultipleObjects │ 91 │ 0x5b │
│ 92 │ NtQuerySystemTime │ 91 │ 0x5b │
│ 93 │ NtSetInformationObject │ 92 │ 0x5c │
│ 94 │ NtCancelIoFile │ 93 │ 0x5d │
│ 95 │ NtTraceEvent │ 94 │ 0x5e │
Expand Down
2 changes: 1 addition & 1 deletion ux/cpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func LayoutCpu() unison.Paneler {

top := widget.NewTab("cpu and reg", "", TopHSplit)
bottom := widget.NewTab("hex editor and stack", "", BottomHSplit)
vSplit := widget.NewVSplit(top, bottom, 0.1)
vSplit := widget.NewVSplit(top, bottom, 0.3)
return vSplit.Dock
}

Expand Down

0 comments on commit 135e3ef

Please sign in to comment.