Debugger L0: expose FC register set

Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com>
This commit is contained in:
Igor Venevtsev
2022-06-28 12:16:51 +00:00
committed by Compute-Runtime-Automation
parent bcdeeb22b5
commit 9e0138f5a7
5 changed files with 28 additions and 8 deletions

View File

@@ -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
},
};