summaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-04-12 15:52:27 +0200
committerGitHub <noreply@github.com>2023-04-12 15:52:27 +0200
commit35765f9299b00df1489bbe67dd0207e57b8066fb (patch)
tree6227f2f2241f66f4d433107b7a8e1eb3d73e38b2 /patches
parent1ccc86edd694c3a6e05cb058cc2ca63e2525f5f9 (diff)
parent299418c314450a05742117bf4cbc892050ddc19f (diff)
Merge pull request #232 from chrboesch/bit_manipulation
Bit manipulation
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/097_bit_manipulation.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/patches/097_bit_manipulation.patch b/patches/patches/097_bit_manipulation.patch
new file mode 100644
index 0000000..e216309
--- /dev/null
+++ b/patches/patches/097_bit_manipulation.patch
@@ -0,0 +1,4 @@
+82c82
+< ???;
+---
+> x ^= y;