[lldb] Fix a warning
authorKazu Hirata <kazu@google.com>
Sun, 5 Dec 2021 02:34:29 +0000 (18:34 -0800)
committerKazu Hirata <kazu@google.com>
Sun, 5 Dec 2021 02:34:29 +0000 (18:34 -0800)
commitee4b462693b1ffeccfe1b8fcf0a0c12896ac6e6a
treec0482fa7102c363fe72a19b714265dc97c36c45f
parent06ca9f24e73fb1a9302830b4464493abd38425d0
[lldb] Fix a warning

This patch fixes:

  lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp:386:13:
  error: comparison between NULL and non-pointer ('lldb::addr_t' (aka
  'unsigned long') and NULL) [-Werror,-Wnull-arithmetic]
lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp