forked from Imagelibrary/binutils-gdb
use constructs like [45][08] when all combinations are not valid. Instead use (48|50) to explicitly state which values are correct.
use constructs like [45][08] when all combinations are not valid. Instead use (48|50) to explicitly state which values are correct.