Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@monojenkins
Copy link
Contributor

We need to emit a real call here. On arm/android we would emit this now:

ldr pc, =label
.ltorg         # place address of `label` here.

which is a jump to label, not a call.

We need a different solution to make larger assemblies work, but for now
I revert it so the 2019-02 intergration is unblocked.

Partial revert of #14043

Backport of #14135.

/cc @lewurm

We need to emit a real call here. On arm/android we would emit this now:
```asm
ldr pc, =label
.ltorg         # place address of `label` here.
```
which is a jump to `label`, not a call.

We need a different solution to make larger assemblies work, but for now
I revert it so the `2019-02` intergration is unblocked.

Partial revert of mono#14043
@monojenkins monojenkins added this to the 2019-04 (6.2.xx) milestone Apr 19, 2019
@lewurm
Copy link
Contributor

lewurm commented Apr 23, 2019

@monojenkins squash

@lewurm
Copy link
Contributor

lewurm commented Apr 23, 2019

@monojenkins build failed

@monojenkins monojenkins merged commit 525877c into mono:2019-04 Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants