Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864613
D1097.id3270.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
719 B
Subscribers
None
D1097.id3270.diff
View Options
diff --git a/src/script/interpreter.cpp b/src/script/interpreter.cpp
--- a/src/script/interpreter.cpp
+++ b/src/script/interpreter.cpp
@@ -839,15 +839,6 @@
//
// Bitwise logic
//
- case OP_AND:
- case OP_OR:
- case OP_XOR: {
- if (!fEnabledOpCodesMonolith) {
- // Disabled opcodes.
- return set_error(serror,
- SCRIPT_ERR_DISABLED_OPCODE);
- }
- } break;
case OP_EQUAL:
case OP_EQUALVERIFY:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 20, 20:58 (15 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5865928
Default Alt Text
D1097.id3270.diff (719 B)
Attached To
D1097: Add support for CAT, and SPLIT opcodes
Event Timeline
Log In to Comment