diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-05 21:22:43 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-06 08:31:46 +0200 |
commit | f7a3bdf623ca0c8db81997d2b60ed4acb3b51149 (patch) | |
tree | ed2995f10be032dce3490dada57ab0e49c93e299 /basic/source/inc | |
parent | 7beeced463648fc67defea2ad48d58dd42f0ca1e (diff) |
Turn SbiOpcode into scoped enum
Change-Id: I75d808dd3a42e57e7f55bad97e24fef65bb62dc6
Diffstat (limited to 'basic/source/inc')
-rw-r--r-- | basic/source/inc/opcodes.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/opcodes.hxx b/basic/source/inc/opcodes.hxx index 79add0e6e79b..1f10d2d84943 100644 --- a/basic/source/inc/opcodes.hxx +++ b/basic/source/inc/opcodes.hxx @@ -25,7 +25,7 @@ // An opcode can have a length of 1, 3 or 5 bytes, // depending on its numeric value (see below). -enum SbiOpcode { +enum class SbiOpcode { // all opcodes without operands NOP_ = 0, |