Skip to content

Commit

Permalink
bind sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jun 19, 2024
1 parent a8dccb4 commit 9305cc6
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 0 deletions.
19 changes: 19 additions & 0 deletions gengo/bind/sdkMerge/bug/Stderr.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
bug.h:11:10: error: unknown type name 'UINT64'
11 | UINT64 Flags;
| ^
bug.h:15:14: error: unknown type name 'UINT64'
15 | UINT64 Pcid : 12;
| ^
bug.h:16:14: error: unknown type name 'UINT64'
16 | UINT64 PageFrameNumber : 36;
| ^
bug.h:17:14: error: unknown type name 'UINT64'
17 | UINT64 Reserved1 : 12;
| ^
bug.h:18:14: error: unknown type name 'UINT64'
18 | UINT64 Reserved_2 : 3;
| ^
bug.h:19:14: error: unknown type name 'UINT64'
19 | UINT64 PcidInvalidate : 1;
| ^
6 errors generated.
58 changes: 58 additions & 0 deletions gengo/bind/sdkMerge/bug/bug.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9305cc6

Please sign in to comment.