forked frommicrosoft/mu_plus
- Notifications
You must be signed in to change notification settings - Fork0
Commit2db1724
MsGraphicsPkg: Fix incorrect parameters in DEBUG macro. (microsoft#9)
Preprocessor string concatenation doesn't work for all toolchains. DEBUG statements must be written to account for all supported toolchains. Update the DEBUG statements to use %a and the literals as arguments.1 parentf74b00d commit2db1724
File tree
2 files changed
+4
-4
lines changed- MsGraphicsPkg
- DisplayEngineDxe
- SimpleWindowManagerDxe
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2535 | 2535 | | |
2536 | 2536 | | |
2537 | 2537 | | |
2538 | | - | |
| 2538 | + | |
2539 | 2539 | | |
2540 | 2540 | | |
2541 | 2541 | | |
| |||
2930 | 2930 | | |
2931 | 2931 | | |
2932 | 2932 | | |
2933 | | - | |
| 2933 | + | |
2934 | 2934 | | |
2935 | 2935 | | |
2936 | 2936 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
593 | | - | |
| 593 | + | |
594 | 594 | | |
595 | 595 | | |
596 | 596 | | |
| |||
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
621 | | - | |
| 621 | + | |
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
| |||
0 commit comments
Comments
(0)