test: pci_handler: fix compile error with mmap mock

stdplus changed the signature of mmap to have 5 parameters.  Fix
the compile failure in the unit tests:

```
   50 |     MOCK_METHOD(std::span<std::byte>, mmap,
      |     ^~~~~~~~~~~
/usr/local/include/stdplus/fd/gmock.hpp:50:5: note:   candidate expects 5 arguments, 4 provided
```

Change-Id: I0d8c72154c1106f98b77c943bdcc4df2326ddab8
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
1 file changed
tree: 265620c30ba6423e367c88b85027c234c6a4528a
  1. include/
  2. service_files/
  3. src/
  4. subprojects/
  5. test/
  6. .clang-format
  7. .clang-tidy
  8. .gitignore
  9. LICENSE
  10. meson.build
  11. meson.options
  12. OWNERS
  13. README.md
README.md

bios-bmc-smm-error-logger

This daemon will follow the design doc: https://github.com/openbmc/docs/blob/master/designs/bios-bmc-smm-error-logging.md

More detailed implementation details will also be placed here in the future