mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
@@ -61,7 +61,7 @@ class PythonCompiler extends BaseCompiler {
|
||||
bytecodeResult.push({text: line, source: sourceLoc});
|
||||
});
|
||||
|
||||
return bytecodeResult;
|
||||
return {asm: bytecodeResult};
|
||||
}
|
||||
|
||||
getDisasmScriptPath() {
|
||||
|
||||
Reference in New Issue
Block a user