diff options
author | pyos <pyos@yandex-team.ru> | 2022-02-10 16:47:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:49 +0300 |
commit | b031b9d140bcd39f4ef2764e24d37bee317aaf23 (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /util/system/context_x86.h | |
parent | ef985e41af0868676d7a2275f1d90261253ddf3b (diff) | |
download | ydb-b031b9d140bcd39f4ef2764e24d37bee317aaf23.tar.gz |
Restoring authorship annotation for <pyos@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/context_x86.h')
-rw-r--r-- | util/system/context_x86.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/context_x86.h b/util/system/context_x86.h index 83509a4f5c..6ea066ff88 100644 --- a/util/system/context_x86.h +++ b/util/system/context_x86.h @@ -8,5 +8,5 @@ #define PROGR_CNT MJB_PC #define STACK_CNT MJB_RSP -#define FRAME_CNT MJB_RBP +#define FRAME_CNT MJB_RBP #define EXTRA_PUSH_ARGS 1 |