Commit 08a6ee8
StackOverflowDetection: fix for cases where stack pointer is 32 bit
When private pointer size is 32 bit, stack pointer is also set to be 32 bit in InitializeStackVariables.
GetStackPointer intrinsic assumed 64 bit size.1 parent b87e7bb commit 08a6ee8
File tree
2 files changed
+8
-4
lines changed- IGC
- BiFModule/Implementation
- Compiler/CISACodeGen
2 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8355 | 8355 | | |
8356 | 8356 | | |
8357 | 8357 | | |
8358 | | - | |
| 8358 | + | |
| 8359 | + | |
| 8360 | + | |
| 8361 | + | |
| 8362 | + | |
8359 | 8363 | | |
8360 | 8364 | | |
8361 | 8365 | | |
| |||
0 commit comments