Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(718)

Unified Diff: src/assembler.h

Issue 1136793002: Handle ARM "ret void" and function alignment with proper padding. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: note moved to cpp Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/IceUtils.h ('k') | src/assembler_arm32.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler.h
diff --git a/src/assembler.h b/src/assembler.h
index 84955e547843facf8b07a042dc4f3289cdadd644..cf65d948dd1aa2aa72bfa9bb013b88c6645fa24b 100644
--- a/src/assembler.h
+++ b/src/assembler.h
@@ -182,6 +182,7 @@ public:
virtual SizeT getBundleAlignLog2Bytes() const = 0;
+ virtual const char *getNonExecPadDirective() const = 0;
virtual llvm::ArrayRef<uint8_t> getNonExecBundlePadding() const = 0;
// Mark the current text location as the start of a CFG node
« no previous file with comments | « src/IceUtils.h ('k') | src/assembler_arm32.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698