Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

[Arm64] Implement Poison()#13125

Merged
BruceForstall merged 1 commit intodotnet:masterfrom
sdmaclea:PR-POISON
Aug 1, 2017
Merged

[Arm64] Implement Poison()#13125
BruceForstall merged 1 commit intodotnet:masterfrom
sdmaclea:PR-POISON

Conversation

@sdmaclea
Copy link

Fixes #13117

@sdmaclea
Copy link
Author

@parjong @jkotas @dotnet/arm64-contrib PTAL

{

// Insert 'brk 0xbe' at the entry point
m_code[0] = 0xd42017c0;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@parjong It is not clear to me why none of the Poison() functions call FlushInstructionCache(). I assume you know it is not necessary.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed here: #12731 (comment)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Acknowledged

@sdmaclea
Copy link
Author

sdmaclea commented Aug 1, 2017

@dotnet-bot test Tizen armel Cross Release Build

@sdmaclea
Copy link
Author

sdmaclea commented Aug 1, 2017

@dotnet-bot test Windows_NT x64 Formatting

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants