aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/context_i686.h
diff options
context:
space:
mode:
authorpyos <pyos@yandex-team.ru>2022-02-10 16:47:49 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:49 +0300
commitef985e41af0868676d7a2275f1d90261253ddf3b (patch)
tree3a6a11d19d8c39c7b90c132bce7e1c3536be37c1 /util/system/context_i686.h
parent8387f1fb70a4161b7581d3c0da52c4810df655be (diff)
downloadydb-ef985e41af0868676d7a2275f1d90261253ddf3b.tar.gz
Restoring authorship annotation for <pyos@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/context_i686.h')
-rw-r--r--util/system/context_i686.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/context_i686.h b/util/system/context_i686.h
index 1abfd5dada5..d1437ff4773 100644
--- a/util/system/context_i686.h
+++ b/util/system/context_i686.h
@@ -1,9 +1,9 @@
#pragma once
-#define MJB_BP 3
+#define MJB_BP 3
#define MJB_SP 4
#define MJB_PC 5
-#define MJB_RBP MJB_BP
+#define MJB_RBP MJB_BP
#define MJB_RSP MJB_SP
typedef int __myjmp_buf[6];