mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-05 04:40:54 +00:00
fe6a937f51
WRUSSD and WRUSSQ cannot be executed when CPL != 0.
13 lines
263 B
C
13 lines
263 B
C
/*
|
|
* Copyright (c) 2020 Bitdefender
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
#ifndef DISASM_VER_H
|
|
#define DISASM_VER_H
|
|
|
|
#define DISASM_VERSION_MAJOR 1
|
|
#define DISASM_VERSION_MINOR 34
|
|
#define DISASM_VERSION_REVISION 10
|
|
|
|
#endif // DISASM_VER_H
|