diff options
Diffstat (limited to 'dev/ZBA')
| -rw-r--r-- | dev/ZBA/Sources/Thread.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/ZBA/Sources/Thread.cxx b/dev/ZBA/Sources/Thread.cxx index 6290178f..c850b6ae 100644 --- a/dev/ZBA/Sources/Thread.cxx +++ b/dev/ZBA/Sources/Thread.cxx @@ -24,6 +24,8 @@ EXTERN_C{ // External boot services symbol. EXTERN EfiBootServices* BS; +/// @note BThread doesn't parse the symbols so doesn't nullify them, .bss is though. + namespace Boot { BThread::BThread(VoidPtr blob) |
