We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3de0d commit f406647Copy full SHA for f406647
src/lib.rs
@@ -204,7 +204,7 @@ bitflags! {
204
const SPACE_BEFORE_POINTER = 0x80_0000;
205
/// Add ptr64 to output. This is disabled by default because it's also not
206
/// added by LLVM. This is in a way the inverse of the DIA `UNDNAME_NO_PTR64`
207
- const WITH_PTR64 = 0x100_000;
+ const WITH_PTR64 = 0x100_0000;
208
}
209
210
0 commit comments