mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-15 10:14:56 +08:00
Debugger L0: expose FC register set
Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
bcdeeb22b5
commit
9e0138f5a7
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2021 Intel Corporation
|
||||
* Copyright (C) 2021-2022 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -66,7 +66,7 @@ std::vector<char> createStateSaveAreaHeader(uint32_t version) {
|
||||
{4704, 1, 128, 16}, // sp
|
||||
{0, 0, 0, 0}, // cmd
|
||||
{4640, 1, 128, 16}, // tm
|
||||
{0, 0, 0, 0}, // fc
|
||||
{0, 1, 32, 4}, // fc
|
||||
{4736, 1, 32, 4}, // dbg
|
||||
},
|
||||
};
|
||||
@@ -109,7 +109,7 @@ std::vector<char> createStateSaveAreaHeader(uint32_t version) {
|
||||
{4704, 1, 128, 16}, // sp
|
||||
{4768, 1, 128 * 8, 128}, // cmd
|
||||
{4640, 1, 128, 16}, // tm
|
||||
{0, 0, 0, 0}, // fc
|
||||
{0, 1, 32, 4}, // fc
|
||||
{4736, 1, 32, 4}, // dbg
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user