orc: Print hex value directly instead of a constant
authorNirbheek Chauhan <nirbheek@centricular.com>
Thu, 2 Jul 2020 09:32:12 +0000 (15:02 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Thu, 2 Jul 2020 09:32:12 +0000 (15:02 +0530)
commite6ff84bdf56eb8213f240b2e74ec441d8ec80814
treee9f3defac2dbf7b9ebbb6971c40d59121469dc15
parent9e221d8bec087aceebbd81cca286dde6f74d31aa
orc: Print hex value directly instead of a constant

This is actually more useful because the constants are all bitfields
and it's fairly straightforward to look it up:

https://docs.microsoft.com/en-us/windows/win32/memory/memory-protection-constants

Part-of: <https://gitlab.freedesktop.org/gstreamer/orc/-/merge_requests/44>
orc/orccompiler.c