mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
fix zebin: use alignemnt of 8 when creating debug zebin
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e08d6ed4e6
commit
95bea7c92b
@@ -49,7 +49,7 @@ std::vector<uint8_t> createDebugZebin(ArrayRef<const uint8_t> zebinBin, const Se
|
||||
}
|
||||
|
||||
void DebugZebinCreator::createDebugZebin() {
|
||||
ElfEncoder<EI_CLASS_64> elfEncoder(false, false, 4);
|
||||
ElfEncoder<EI_CLASS_64> elfEncoder(false, false, 8);
|
||||
auto &header = elfEncoder.getElfFileHeader();
|
||||
header.machine = zebin.elfFileHeader->machine;
|
||||
header.flags = zebin.elfFileHeader->flags;
|
||||
|
||||
Reference in New Issue
Block a user