| author | |
| committer | |
| log | 2e2441a89d286f32915218dc7dbc066fe5ff19ce |
| tree | 2e0539f8b6b9a8ceae2d0296d5521b7bf200a8c7 |
| parent | f02b93002c253e5f1e77d2f6c060b648d2dbbe26 |
| signature |
https://github.com/wine-mirror/wine/blob/6e15604c48acd63dd8095a4ce2fd011cb3be96db/include/winnt.h#L2503
Closes #4645.1 files changed, 4 insertions(+), 0 deletions(-)
lib/std/os/windows.zig+4| ... | @@ -2123,6 +2123,10 @@ pub fn teb() *TEB { | ... | @@ -2123,6 +2123,10 @@ pub fn teb() *TEB { |
| 2123 | ); | 2123 | ); |
| 2124 | } | 2124 | } |
| 2125 | }, | 2125 | }, |
| 2126 | .thumb => asm ( | ||
| 2127 | \\ mrc p15, 0, %[ptr], c13, c0, 2 | ||
| 2128 | : [ptr] "=r" (-> *TEB), | ||
| 2129 | ), | ||
| 2126 | .aarch64 => asm ( | 2130 | .aarch64 => asm ( |
| 2127 | \\ mov %[ptr], x18 | 2131 | \\ mov %[ptr], x18 |
| 2128 | : [ptr] "=r" (-> *TEB), | 2132 | : [ptr] "=r" (-> *TEB), |